aboutsummaryrefslogtreecommitdiff
path: root/interpreter/code.h
diff options
context:
space:
mode:
authorCamil Staps2016-09-25 14:30:42 +0200
committerCamil Staps2016-09-25 14:30:42 +0200
commitbcf15d34aae382076cf4dd09336ff7c8d02af5be (patch)
tree7fd7c65f5ef884b388fa3bea66910ea86eded57b /interpreter/code.h
parentConstant code names (diff)
Various minor cleanups
Diffstat (limited to 'interpreter/code.h')
-rw-r--r--interpreter/code.h3
1 files changed, 0 insertions, 3 deletions
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