diff --git a/src/all_types.hpp b/src/all_types.hpp index 1cef4091f0..370f1e0f0f 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -216,11 +216,6 @@ struct ConstGlobalRefs { LLVMValueRef llvm_global; }; -enum ConstNumLitKind { - ConstNumLitKindInt, - ConstNumLitKindFloat, -}; - struct ConstExprValue { TypeTableEntry *type; ConstValSpecial special;