Remove redundant assignment of infile from optarg in loadpoolfile()
which was previously assigned from optarg in the argument list from main().
This commit is contained in:
parent
eeebff447f
commit
5910b44e7d
@ -361,8 +361,6 @@ loadpoolfile(argc, argv, infile)
|
||||
{
|
||||
int c;
|
||||
|
||||
infile = optarg;
|
||||
|
||||
while ((c = getopt(argc, argv, "dnRuv")) != -1)
|
||||
switch (c)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user