Deadcode elimination (icode post pass)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
, args :: arg_list()
|
||||
, body :: expr()}).
|
||||
|
||||
-record(var_ref, { name :: string() | {builtin, atom() | tuple()}}).
|
||||
-record(var_ref, { name :: string() | list(string()) | {builtin, atom() | tuple()}}).
|
||||
|
||||
-record(prim_call_contract,
|
||||
{ gas :: expr()
|
||||
|
||||
Reference in New Issue
Block a user