diff options
Diffstat (limited to 'files.h')
| -rw-r--r-- | files.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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))) |
