From: Sebastian Harl Date: Wed, 9 Jul 2014 13:39:17 +0000 (+0200) Subject: error.h: Removed long-unused constant. X-Git-Tag: sysdb-0.3.0~66 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=6c17fc82e21e05c21592ede5ae95e5bed740bf2a error.h: Removed long-unused constant. --- diff --git a/src/include/utils/error.h b/src/include/utils/error.h index e170a7d..b9256bb 100644 --- a/src/include/utils/error.h +++ b/src/include/utils/error.h @@ -43,11 +43,6 @@ extern "C" { #endif -/* max length of any error message */ -#ifndef SDB_MAX_ERROR -# define SDB_MAX_ERROR 4096 -#endif /* ! SDB_MAX_ERROR */ - /* On Linux systems and possibly others, this should be the same as the LOG_ * constants defined by syslog. */ enum {