diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-22 23:10:05 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-22 23:10:05 -0700 |
| commit | f1f60c9dcf3de1475851958af0529bed0dfc6d54 (patch) | |
| tree | d5c010a90cd46618a36597fcd8cf0d1c593fa8f7 | |
| parent | f2db62cb551b6fb783f977e0f450e9c7f4f8d963 (diff) | |
Removed cache struct
| -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))) |
