X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=d54845d0253cda4cf609c2db1a8c52634ca5fa5a;hb=0c2c10f4b67fc2e7a7146cb1baea3214eb955647;hp=b9cbfec373e060059d8c65ed7be5b5751527853c;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29;p=dss.git diff --git a/error.h b/error.h index b9cbfec..d54845d 100644 --- a/error.h +++ b/error.h @@ -54,7 +54,6 @@ static inline void log_err_msg(int loglevel, int num) #define DSS_ERRORS \ DSS_ERROR(SUCCESS, "success") \ DSS_ERROR(SYNTAX, "syntax error") \ - DSS_ERROR(INVALID_COMMAND, "invalid command") \ DSS_ERROR(ATOI_OVERFLOW, "value too large") \ DSS_ERROR(STRTOLL, "unknown strtoll error") \ DSS_ERROR(ATOI_NO_DIGITS, "no digits found in string") \