From 8a2413d76ae16518eb38533494f1ce49aee4f7ed Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 5 Feb 2013 12:40:03 +0100 Subject: conf: remove unused CONF_DONE This flag was never used and is mostly useless, so remove it. Signed-off-by: David Herrmann --- src/conf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 9824c9a..0f24ce4 100644 --- a/src/conf.h +++ b/src/conf.h @@ -151,8 +151,7 @@ int conf_ctx_parse_file(struct conf_ctx *ctx, const char *format, ...); * this structure. */ -#define CONF_DONE 0x0001 -#define CONF_LOCKED 0x0002 +#define CONF_LOCKED 0x0001 struct conf_option { unsigned int flags; -- cgit v1.2.3