Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Oct 31, 2015
1 parent 965fd27 commit 90be196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotbeam.erl
Expand Up @@ -335,7 +335,7 @@ compile(CompMod) when is_atom(CompMod) ->
compile_dtl(CompMod, FileName, Compile)
end.

compile_dtl(CompMod, FileName, Compile) ->
compile_dtl(CompMod, FileName, _Compile) ->
TmpDir = p_temp_dir(),
OutDir = filename:dirname(code:which(CompMod)),
Opts = [
Expand Down

0 comments on commit 90be196

Please sign in to comment.