aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 1631fd6..58b65d2 100644
--- a/types.h
+++ b/types.h
@@ -100,7 +100,6 @@ typedef struct match_s {
typedef struct def_s {
size_t namelen;
const char *name;
- file_t *file;
pat_t *pat;
struct def_s *next;
} def_t;