summaryrefslogtreecommitdiff
path: root/src/compiler/code-generator.h
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-05 10:25:56 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-05 10:25:56 +0330
commitf5f8e53b9d4c7ad2bd635a0b2273cd2fa90ff8b4 (patch)
tree2f61cb85149a05aebf5a7d30eaec08c942c09005 /src/compiler/code-generator.h
parent160da58b3f49b9c295551f81d41a106ff7f6546e (diff)
cleaning up
Diffstat (limited to 'src/compiler/code-generator.h')
-rw-r--r--src/compiler/code-generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index 3399ee3..dc09386 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -8,7 +8,6 @@ typedef enum CodeGeneratorInstruction : uint8_t {
CODE_GENERATOR_INSTRUCTION_PRINT_U64,
CODE_GENERATOR_INSTRUCTION_CALL,
CODE_GENERATOR_INSTRUCTION_RET,
- CODE_GENERATOR_INSTRUCTION_DEF_VAR64,
CODE_GENERATOR_INSTRUCTION_MOV,
} CodeGeneratorInstruction;