aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-21 18:37:06 +0100
committerlemon <lsof@mailbox.org>2026-02-21 18:37:23 +0100
commite479a0754c5afed3166426fc176e0b80dfc134b0 (patch)
tree9ca11bb75f81e4b39e94bfcbe61af9053cdd4fd5 /io.c
parent73340cf5c0db53af2ac3b246b8ff6a531d326006 (diff)
cpp: better diagnostics
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index 0211320..e10c798 100644
--- a/io.c
+++ b/io.c
@@ -1022,8 +1022,6 @@ closefile(int id)
mapclose(&fileht[id]->f);
}
-enum diagkind { DGERROR, DGWARN, DGNOTE, };
-
void
vdiag(const struct span *span, enum diagkind kind, const char *fmt, va_list ap)
{