diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-05 12:40:03 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-05 12:40:03 +0100 |
commit | 8a2413d76ae16518eb38533494f1ce49aee4f7ed (patch) | |
tree | 0750ecc8e30020827d2c7563d3f30ad5035e2981 /src/conf.h | |
parent | 8a00e398546a3a5f115dbbdbfa8bbcd39560a88d (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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |