summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2013-02-05 12:40:03 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2013-02-05 12:40:03 +0100
commit8a2413d76ae16518eb38533494f1ce49aee4f7ed (patch)
tree0750ecc8e30020827d2c7563d3f30ad5035e2981 /src/conf.h
parent8a00e398546a3a5f115dbbdbfa8bbcd39560a88d (diff)
conf: remove unused CONF_DONE
This flag was never used and is mostly useless, so remove it. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h3
1 files changed, 1 insertions, 2 deletions
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;