]> granicus.if.org Git - apache/commitdiff
Remove unused variable 'str'.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 2 Jul 2002 22:31:05 +0000 (22:31 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 2 Jul 2002 22:31:05 +0000 (22:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95945 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index a391f35a5c74d09877fa6749ab8d6bcb482e667f..d88b73da51c0a6af1144848af495ecf8cddfe214 100644 (file)
@@ -434,7 +434,6 @@ int main(int argc, const char * const argv[])
     char *user = NULL;
     char tn[] = "htpasswd.tmp.XXXXXX";
     char scratch[MAX_STRING_LEN];
-    char *str = NULL;
     int found = 0;
     int i;
     int alg = ALG_CRYPT;