Fix dialyzer warning
This commit is contained in:
parent
e839218971
commit
e93167c6c4
@ -2850,7 +2850,6 @@ create_unused_functions() ->
|
||||
ets_new(function_calls, [bag]),
|
||||
ets_new(all_functions, [set]).
|
||||
|
||||
register_function_call(_Caller, {proj, _, _, _}) -> ok;
|
||||
register_function_call(Caller, Callee) ->
|
||||
ets_insert(function_calls, {Caller, Callee}).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user