remove unused special function
This commit is contained in:
@@ -208,14 +208,6 @@ impl CodeGenSpecialFuncs {
|
||||
),
|
||||
);
|
||||
|
||||
key_to_func.insert(
|
||||
TOO_MANY_ITEMS.to_string(),
|
||||
(
|
||||
Term::string("List/Tuple/Constr contains more items than expected"),
|
||||
string(),
|
||||
),
|
||||
);
|
||||
|
||||
CodeGenSpecialFuncs {
|
||||
used_funcs: vec![],
|
||||
key_to_func,
|
||||
|
||||
Reference in New Issue
Block a user