From e93167c6c43bc3f24b5fb17df1e077c83c1adb2e Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Tue, 1 Feb 2022 19:55:29 +0400 Subject: [PATCH] Fix dialyzer warning --- src/aeso_ast_infer_types.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/aeso_ast_infer_types.erl b/src/aeso_ast_infer_types.erl index 2324547..72c9372 100644 --- a/src/aeso_ast_infer_types.erl +++ b/src/aeso_ast_infer_types.erl @@ -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}).