grep: Remove unused variable

This commit is contained in:
sin 2015-05-15 12:37:33 +01:00
parent 0545d32ce9
commit 0ba81a0f84
1 changed files with 1 additions and 1 deletions

2
grep.c
View File

@ -173,7 +173,7 @@ int
main(int argc, char *argv[])
{
struct pattern *pnode;
int i, m, flags = REG_NOSUB, match = NoMatch;
int m, flags = REG_NOSUB, match = NoMatch;
FILE *fp;
char *arg;