]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/mangle: remove unused variable
authorKarel Zak <kzak@redhat.com>
Mon, 13 Aug 2012 19:57:34 +0000 (21:57 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 13 Aug 2012 19:57:34 +0000 (21:57 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/mangle.c

index 2b18173618e125923ef6fdf09e643f9129fe55a0..5236e97bfa711acf7fe69ce9a34058d970f0e65b 100644 (file)
@@ -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;