]> git.marmaro.de Git - mmh/commitdiff
Removed forgotten unused variable.
authormarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 10:56:44 +0000 (11:56 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 10:56:44 +0000 (11:56 +0100)
sbr/uprf.c

index 77137c92b6674f161d9446fc31b8e25e1c9846c9..f283a1bcf5dbdfe0d852742b25af88e5497cf876 100644 (file)
@@ -12,7 +12,7 @@
 int
 uprf(char *c1, char *c2)
 {
-       int c, mask;
+       int c;
 
        if (!(c1 && c2))
                return 0;