diff options
Diffstat (limited to 'src/runtime.h')
-rw-r--r-- | src/runtime.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime.h b/src/runtime.h index b13654e..2ed0ee4 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -24,9 +24,6 @@ typedef struct { struct Registers { - // Used for internal - word ret; - // General registers word reg[VM_REGISTERS]; } registers; struct Stack |