From 2f6b38dc513afe58c216231caf23992dc4f97efe Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 31 Aug 2014 14:01:17 +0700 Subject: [PATCH] pawndisasm: Remove old function declarations --- source/compiler/pawndisasm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/compiler/pawndisasm.c b/source/compiler/pawndisasm.c index 4fd9abf..7018a33 100644 --- a/source/compiler/pawndisasm.c +++ b/source/compiler/pawndisasm.c @@ -38,13 +38,11 @@ cell parm2(FILE *ftxt,const cell *params,cell opcode,cell cip); cell parm3(FILE *ftxt,const cell *params,cell opcode,cell cip); cell parm4(FILE *ftxt,const cell *params,cell opcode,cell cip); cell parm5(FILE *ftxt,const cell *params,cell opcode,cell cip); -cell parm1_p(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_proc(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_call(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_jump(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_switch(FILE *ftxt,const cell *params,cell opcode,cell cip); cell casetbl(FILE *ftxt,const cell *params,cell opcode,cell cip); -cell icasetbl(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_file(FILE *ftxt,const cell *params,cell opcode,cell cip); cell do_symbol(FILE *ftxt,const cell *params,cell opcode,cell cip);