dss.ggo: Disable inode monitoring by default.
[dss.git] / error.h
diff --git a/error.h b/error.h
index d54845d0253cda4cf609c2db1a8c52634ca5fa5a..af6c0550ed4699a2e1b3debd32ee36876e80a994 100644 (file)
--- a/error.h
+++ b/error.h
@@ -46,11 +46,6 @@ static inline char *dss_strerror(int num)
                return dss_errlist[num];
 }
 
-static inline void log_err_msg(int loglevel, int num)
-{
-       dss_log(loglevel, "%s (%s)\n", dss_error_txt, dss_strerror(num));
-}
-
 #define DSS_ERRORS \
        DSS_ERROR(SUCCESS, "success") \
        DSS_ERROR(SYNTAX, "syntax error") \