mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
bsdgrep(1): Remove redundant initialization; unconditionally assigned later
This commit is contained in:
parent
ec0646391d
commit
031f92f512
1 changed files with 0 additions and 1 deletions
|
|
@ -317,7 +317,6 @@ procfile(const char *fn)
|
|||
pc.cntlines = false;
|
||||
memset(&mc, 0, sizeof(mc));
|
||||
mc.printmatch = true;
|
||||
line_matched = false;
|
||||
if ((pc.binary && binbehave == BINFILE_BIN) || cflag || qflag ||
|
||||
lflag || Lflag)
|
||||
mc.printmatch = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue