diff options
Diffstat (limited to 'error.h')
| -rw-r--r-- | error.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -52,7 +52,6 @@ PARA_ERROR(BAD_SAMPLERATE, "sample rate not supported"), \ PARA_ERROR(BAD_SLICE_NUM, "invalid slice number"), \ PARA_ERROR(BAD_SLICE_SIZE, "slice size zero or too large"), \ - PARA_ERROR(BAD_TABLE_NAME, "invalid table"), \ PARA_ERROR(BAD_USER, "auth request for invalid user"), \ PARA_ERROR(BASE64, "failed to base64-decode ssh public key"), \ PARA_ERROR(BIGNUM, "bignum error"), \ @@ -62,7 +61,6 @@ PARA_ERROR(BTR_NO_CHILD, "btr node has no children"), \ PARA_ERROR(CHILD_CONTEXT, "now running in child context"), \ PARA_ERROR(CHMOD, "failed to set socket mode"), \ - PARA_ERROR(CLIENT_SYNTAX, "syntax error"), \ PARA_ERROR(CLIENT_WRITE, "client write error"), \ PARA_ERROR(COMMAND_SYNTAX, "syntax error in command"), \ PARA_ERROR(CREATE_OPUS_DECODER, "could not create opus decoder"), \ |
