Removed cache struct

This commit is contained in:
Bruce Hill 2021-09-22 23:10:05 -07:00
parent f2db62cb55
commit f1f60c9dcf

View File

@ -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)))