remove unused gen_bytecode and save_op_data

This commit is contained in:
e.gavrin
2014-07-16 23:03:58 +04:00
parent c53eccbdd6
commit 73bf0f9be1
4 changed files with 0 additions and 34 deletions
-1
View File
@@ -31,7 +31,6 @@ struct __int_data
int *root_op_addr; /**< pointer to first opcode saved */
};
void gen_bytecode (void);
void init_int (void);
void run_int (void);
void run_int_from_pos (struct __int_data *);