summaryrefslogtreecommitdiffstats
path: root/lib/mangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mangle.c')
-rw-r--r--lib/mangle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mangle.c b/lib/mangle.c
index 2b1817361..5236e97bf 100644
--- a/lib/mangle.c
+++ b/lib/mangle.c
@@ -51,7 +51,6 @@ char *mangle(const char *s)
void unmangle_to_buffer(const char *s, char *buf, size_t len)
{
size_t sz = 0;
- char *x = buf;
if (!s)
return;