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 77137c9..f283a1b 100644 (file)
@@ -12,7 +12,7 @@
 int
 uprf(char *c1, char *c2)
 {
-       int c, mask;
+       int c;
 
        if (!(c1 && c2))
                return 0;