Eliminate superfluous test.

This commit is contained in:
Matt Kraai 2001-03-07 21:45:13 +00:00
parent 4cc8f31ffe
commit 5de909873a
2 changed files with 0 additions and 4 deletions

View File

@ -819,8 +819,6 @@ int md5sum_main(int argc,
if (string == NULL)
string = (char **) xmalloc ((argc - 1) * sizeof (char *));
if (optarg == NULL)
optarg = "";
string[n_strings++] = optarg;
break;
}

View File

@ -819,8 +819,6 @@ int md5sum_main(int argc,
if (string == NULL)
string = (char **) xmalloc ((argc - 1) * sizeof (char *));
if (optarg == NULL)
optarg = "";
string[n_strings++] = optarg;
break;
}