From f5f8e53b9d4c7ad2bd635a0b2273cd2fa90ff8b4 Mon Sep 17 00:00:00 2001 From: A404M <ahmadmahmoudiprogrammer@gmail.com> Date: Wed, 5 Feb 2025 10:25:56 +0330 Subject: cleaning up --- src/compiler/code-generator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/code-generator.h') 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; -- cgit v1.2.3