summaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index e42f015..f3e5ddb 100644
--- a/degesch.c
+++ b/degesch.c
@@ -7280,7 +7280,6 @@ plugin_config_name (struct plugin *self)
return NULL;
// XXX: we might also allow arbitrary strings as object keys (except dots)
- // taking care to use the "" syntax while serializing
char *copy = xstrndup (begin, len);
for (char *p = copy; *p; p++)
if (!config_tokenizer_is_word_char (*p))