From bcf15d34aae382076cf4dd09336ff7c8d02af5be Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 25 Sep 2016 14:30:42 +0200 Subject: Various minor cleanups --- interpreter/code.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'interpreter/code.h') diff --git a/interpreter/code.h b/interpreter/code.h index d139fb1..144a7c3 100644 --- a/interpreter/code.h +++ b/interpreter/code.h @@ -10,7 +10,4 @@ typedef void (Code_2) (struct node**, struct node*, struct node*); unsigned char code_find(char* name, void** function); -void code_mul(struct node** result, struct node* a, struct node* b); -void code_sub(struct node** result, struct node* a, struct node* b); - #endif -- cgit v1.2.3