| author | |
| committer | |
| log | f4b214c0102bad48c811c6a27a0d1f9ad1c2e42a |
| tree | e2807d63e84ae7b3c4ceb722419c86f571bbdbb2 |
| parent | d1e68c3ca84844a96d4897c857861b40751965cc |
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 | }; |
| 218 | 218 | ||
| 219 | enum ConstNumLitKind { | ||
| 220 | ConstNumLitKindInt, | ||
| 221 | ConstNumLitKindFloat, | ||
| 222 | }; | ||
| 223 | |||
| 224 | struct ConstExprValue { | 219 | struct ConstExprValue { |
| 225 | TypeTableEntry *type; | 220 | TypeTableEntry *type; |
| 226 | ConstValSpecial special; | 221 | ConstValSpecial special; |