diff options
Diffstat (limited to 'util/err.c')
-rw-r--r-- | util/err.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -21,13 +21,6 @@ static inline const char *ordinals(size_t x) { } } -typedef uint32_t LineNo; - -typedef struct { - LineNo line; - char *code; -} Location; - /* file name of file being processed */ /* TODO: remove this */ static const char *err_filename; |