mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Remove unused variable
This commit is contained in:
parent
cf83a75ceb
commit
1106afb2f6
2
mix.exs
2
mix.exs
@ -64,7 +64,7 @@ defmodule Mix.Tasks.Compile.Asn1 do
|
||||
Erlang.compile(manifest(), mappings, :asn1, :erl, opts[:force], fn
|
||||
input, output ->
|
||||
options = options ++ [:noobj, outdir: Erlang.to_erl_file(Path.dirname(output))]
|
||||
result = :asn1ct.compile(Erlang.to_erl_file(input), options)
|
||||
:asn1ct.compile(Erlang.to_erl_file(input), options)
|
||||
:ok
|
||||
end)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user