summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyword.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyword.c b/keyword.c
index d810f3c..2afe455 100644
--- a/keyword.c
+++ b/keyword.c
@@ -115,8 +115,6 @@ int parse_key_value_file(void *ret, void *ctx, const keyword **keywords, char *b
} else {
/* Get the rest of the line. */
rhs = strtok_r(tmp, "\n", &buf);
- /* Remove any whitespace ahead of us. */
- rhs = strtok_r(rhs, " \t\v\r\n", &tmp);
}
/* Did we fail to parse the keyword? */