diff options
author | Mariusz PluciĆski <mplucinski@mplucinski.com> | 2014-07-25 17:06:36 +0200 |
---|---|---|
committer | Will Estes <westes575@gmail.com> | 2014-11-25 08:23:06 -0500 |
commit | 9ba547712870d4bc690ef9b712950e9df9a707dc (patch) | |
tree | 08010442233888cd3f7e416926658db845bd0cbd | |
parent | 6d1a6a8d595298fd6220d803c917c81fc06a5252 (diff) | |
download | flex-git-9ba547712870d4bc690ef9b712950e9df9a707dc.tar.gz |
Remove unused variable from src/filter.c:filter_fix_linedirs
-rw-r--r-- | src/filter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filter.c b/src/filter.c index 79d2eb3..987366a 100644 --- a/src/filter.c +++ b/src/filter.c @@ -364,7 +364,6 @@ int filter_fix_linedirs (struct filter *chain) char *fname; /* extract the line number and filename */ - (void)regmatch_strtol (&m[1], buf, NULL, 0); fname = regmatch_dup (&m[2], buf); if (strcmp (fname, |