diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-18 13:06:25 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-18 13:06:25 -0800 |
| commit | ac51181f34e91572ba54853de98095f2c6aefd5a (patch) | |
| tree | 61208b7ab2ad755bb0992990bb560f3b11d1c3d6 /files.h | |
| parent | 62f866e3701e5699da4edfa4fb30803d9df63e70 (diff) | |
Removed dead code for interning files (no longer needed since temp file
change)
Diffstat (limited to 'files.h')
| -rw-r--r-- | files.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -25,8 +25,6 @@ file_t *load_filef(file_t **files, const char *fmt, ...); __attribute__((nonnull(3), returns_nonnull)) file_t *spoof_file(file_t **files, const char *filename, const char *text); __attribute__((nonnull)) -void intern_file(file_t *f); -__attribute__((nonnull)) void destroy_file(file_t **f); __attribute__((pure, nonnull)) size_t get_line_number(file_t *f, const char *p); |
