summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index 5be4e39..8b24956 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -174,7 +174,6 @@ parse_escaped_string(char *str)
register char *pold, *pnew;
unsigned char i;
- size_t len = strlen(str);
D_STRINGS(("parse_escaped_string(\"%s\")\n", str));