mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 06:18:32 +00:00
remove unused enum
This commit is contained in:
parent
d1e68c3ca8
commit
f4b214c010
@ -216,11 +216,6 @@ struct ConstGlobalRefs {
|
||||
LLVMValueRef llvm_global;
|
||||
};
|
||||
|
||||
enum ConstNumLitKind {
|
||||
ConstNumLitKindInt,
|
||||
ConstNumLitKindFloat,
|
||||
};
|
||||
|
||||
struct ConstExprValue {
|
||||
TypeTableEntry *type;
|
||||
ConstValSpecial special;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user