diff options
| author | 2020-02-25 05:00:42 +0000 | |
|---|---|---|
| committer | 2020-02-25 05:00:42 +0000 | |
| commit | b9558d14c675017cf470d7469a47201d05e39444 (patch) | |
| tree | 87aa02ef162f9d85fbda212fa4945ff35cb8fdc6 /usr.bin/dig/lib/isccfg/parser.c | |
| parent | remove some unused typedefs (diff) | |
| download | wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.tar.xz wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.zip | |
reduce multiple newlines
Diffstat (limited to 'usr.bin/dig/lib/isccfg/parser.c')
| -rw-r--r-- | usr.bin/dig/lib/isccfg/parser.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/dig/lib/isccfg/parser.c b/usr.bin/dig/lib/isccfg/parser.c index 5d875154a85..5e1be0311e3 100644 --- a/usr.bin/dig/lib/isccfg/parser.c +++ b/usr.bin/dig/lib/isccfg/parser.c @@ -20,7 +20,6 @@ #include <stdlib.h> #include <string.h> - #include <isc/lex.h> #include <isc/log.h> #include <isc/symtab.h> @@ -60,7 +59,6 @@ isc_logmodule_t cfg_module = { "isccfg/parser", 0 }; #define CLEANUP_OBJ(obj) \ do { if ((obj) != NULL) cfg_obj_destroy(pctx, &(obj)); } while (0) - /* Forward declarations of variables */ cfg_rep_t cfg_rep_string; cfg_rep_t cfg_rep_list; @@ -759,7 +757,6 @@ cfg_parse_mapbody(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) } } - *ret = obj; return (ISC_R_SUCCESS); @@ -1194,7 +1191,6 @@ cfg_create_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { return (ISC_R_SUCCESS); } - static void map_symtabitem_destroy(char *key, unsigned int type, isc_symvalue_t symval, void *userarg) @@ -1208,7 +1204,6 @@ map_symtabitem_destroy(char *key, unsigned int type, cfg_obj_destroy(pctx, &obj); } - static isc_result_t create_map(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { isc_result_t result; |
