From 6c17fc82e21e05c21592ede5ae95e5bed740bf2a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 9 Jul 2014 15:39:17 +0200 Subject: [PATCH] error.h: Removed long-unused constant. --- src/include/utils/error.h | 5 ----- 1 file changed, 5 deletions(-) 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 { -- 2.30.2