diff options
Diffstat (limited to 'include/opcodes.h')
-rw-r--r-- | include/opcodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/opcodes.h b/include/opcodes.h index 3d5baf8..ff8400f 100644 --- a/include/opcodes.h +++ b/include/opcodes.h @@ -36,8 +36,6 @@ typedef enum { SO_BYE, } sopcode_t; -void die_lz(int code, const char *msg); - char *decode_client_opcode(int op); char *decode_server_opcode(int op); |