aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-19 14:03:50 +1300
committerAndrew Chambers <[email protected]>2021-10-19 14:03:50 +1300
commit56e797b4845e436a198cc8bbd1bbdf393cd71b13 (patch)
tree2a01c237f7030eee43aa98a3be9da2593bc7195f /parse.c
parent960773e6ad79ccc9fc8dfb1aee835239731a3b2a (diff)
Minor refactor and tidy.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 3be60a2..33a8b66 100644
--- a/parse.c
+++ b/parse.c
@@ -44,7 +44,6 @@ const char *internstring(const char *s) {
}
static String decodestring(char *s) {
- int i;
char *end;
size_t len = 0;
size_t cap = 0;