Remove unnecessary clause
This commit is contained in:
parent
95609702bd
commit
89b5748062
1 changed files with 1 additions and 7 deletions
|
@ -418,13 +418,7 @@ statecheck_onreply(Reply, State) ->
|
|||
%%%============================================================================
|
||||
|
||||
|
||||
create_levelzero(Inp1, Filename) ->
|
||||
ListForFile = case is_list(Inp1) of
|
||||
true ->
|
||||
Inp1;
|
||||
false ->
|
||||
leveled_penciller:roll_into_list(Inp1)
|
||||
end,
|
||||
create_levelzero(ListForFile, Filename) ->
|
||||
{TmpFilename, PrmFilename} = generate_filenames(Filename),
|
||||
case create_file(TmpFilename) of
|
||||
{error, Reason} ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue