Implement SIGHUP handling.
[dss.git] / error.h
diff --git a/error.h b/error.h
index b9cbfec373e060059d8c65ed7be5b5751527853c..d54845d0253cda4cf609c2db1a8c52634ca5fa5a 100644 (file)
--- 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") \