X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=error.h;h=d54845d0253cda4cf609c2db1a8c52634ca5fa5a;hp=b9cbfec373e060059d8c65ed7be5b5751527853c;hb=d174ceb61c3de4cf4bb181b071c8becd9d68f6f0;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 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") \