Remove unused Type::EnumerationValue

Values are not their own types
This commit is contained in:
Olivier Goffart 2020-11-03 12:34:17 +01:00
parent 9bf686db29
commit e5302e0b7b
3 changed files with 0 additions and 11 deletions

View file

@ -214,7 +214,6 @@ fn to_eval_value<'cx>(
))
}
Type::Enumeration(_) => todo!(),
Type::EnumerationValue(_) => todo!(),
Type::Invalid
| Type::Void
| Type::Builtin(_)