Code

error.h: Removed long-unused constant.
authorSebastian Harl <sh@tokkee.org>
Wed, 9 Jul 2014 13:39:17 +0000 (15:39 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 9 Jul 2014 13:39:17 +0000 (15:39 +0200)
src/include/utils/error.h

index e170a7d5e85109406a15af21d4247daa27cd0083..b9256bb9a0a9422e223b17f869c83721f9a42a19 100644 (file)
 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 {