aboutsummaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/match.c b/match.c
index 8294dc1..237418a 100644
--- a/match.c
+++ b/match.c
@@ -433,7 +433,6 @@ match_t *match(def_t *defs, file_t *f, const char *str, pat_t *pat, unsigned int
def_t defs2 = {
.namelen = def->namelen,
.name = def->name,
- .file = def->file,
.pat = &rec_op,
.next = defs,
};