bsdgrep(1): Remove redundant initialization; unconditionally assigned later

This commit is contained in:
Kyle Evans 2018-06-15 03:31:30 +00:00
parent ec0646391d
commit 031f92f512
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335188

View File

@ -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;