aboutsummaryrefslogtreecommitdiff
path: root/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'files.h')
-rw-r--r--files.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/files.h b/files.h
index b51b9c7..3735348 100644
--- a/files.h
+++ b/files.h
@@ -18,10 +18,6 @@ typedef struct file_s {
char **lines, *start, *end;
size_t nlines;
struct pat_s *pats;
- struct {
- size_t size, occupancy;
- match_t **matches;
- } cache;
} file_t;
__attribute__((nonnull(2)))