authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-07-08 18:02:50-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2017-07-08 18:02:50-04:00
logf4b214c0102bad48c811c6a27a0d1f9ad1c2e42a
treee2807d63e84ae7b3c4ceb722419c86f571bbdbb2
parentd1e68c3ca84844a96d4897c857861b40751965cc

remove unused enum


1 files changed, 0 insertions(+), 5 deletions(-)

src/all_types.hpp-5
...@@ -216,11 +216,6 @@ struct ConstGlobalRefs {...@@ -216,11 +216,6 @@ struct ConstGlobalRefs {
216 LLVMValueRef llvm_global;216 LLVMValueRef llvm_global;
217};217};
218218
219enum ConstNumLitKind {
220 ConstNumLitKindInt,
221 ConstNumLitKindFloat,
222};
223
224struct ConstExprValue {219struct ConstExprValue {
225 TypeTableEntry *type;220 TypeTableEntry *type;
226 ConstValSpecial special;221 ConstValSpecial special;