Special class members - Removed compare, not gonna implement it
This commit is contained in:
parent
a81adf888e
commit
1aa2fc988d
1 changed files with 0 additions and 6 deletions
|
@ -39,12 +39,6 @@ lazy_static! {
|
|||
min_args: 0,
|
||||
max_args: 0,
|
||||
},
|
||||
SpecialCharacteristics {
|
||||
which: SpecialClassMember::Compare,
|
||||
identifier: "compare",
|
||||
min_args: 1,
|
||||
max_args: 1,
|
||||
},
|
||||
];
|
||||
characteristics.into_iter().map(|c| (c.which, c)).collect()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue