mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
Eliminate superfluous test.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user