remove unused special function
This commit is contained in:
parent
541d96f558
commit
dcec8ecfe6
|
@ -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 {
|
CodeGenSpecialFuncs {
|
||||||
used_funcs: vec![],
|
used_funcs: vec![],
|
||||||
key_to_func,
|
key_to_func,
|
||||||
|
|
Loading…
Reference in New Issue