summaryrefslogtreecommitdiff
path: root/src/config/lexparse.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-02 05:21:42 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-02 05:21:42 +0000
commit587a3eb1ae3f4e39ba293b5f397b5241c0fee54d (patch)
tree1a36c43e4d00626696bcb49ca3cbd5a4ae0cad5f /src/config/lexparse.c
parentccdf2a1af57d2ee5012ac1c3d46be24519b4f31d (diff)
downloadtipidee-587a3eb1ae3f4e39ba293b5f397b5241c0fee54d.tar.xz
More doc; unify tipidee-config exit codes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/lexparse.c')
-rw-r--r--src/config/lexparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/lexparse.c b/src/config/lexparse.c
index da9d7f5..99693a5 100644
--- a/src/config/lexparse.c
+++ b/src/config/lexparse.c
@@ -15,7 +15,6 @@
#include <tipidee/config.h>
#include "tipidee-config-internal.h"
-#define dienomem() strerr_diefu1sys(111, "stralloc_catb")
#define dietoobig() strerr_diefu1sys(100, "read configuration")
typedef struct mdt_s mdt, *mdt_ref ;