summaryrefslogtreecommitdiff
path: root/srcpos.h
diff options
context:
space:
mode:
Diffstat (limited to 'srcpos.h')
-rw-r--r--srcpos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/srcpos.h b/srcpos.h
index 57dfa0f..7f0eaea 100644
--- a/srcpos.h
+++ b/srcpos.h
@@ -111,8 +111,6 @@ extern void srcpos_verror(struct srcpos *pos, char const *, va_list va)
__attribute__((format(printf, 2, 0)));
extern void srcpos_error(struct srcpos *pos, char const *, ...)
__attribute__((format(printf, 2, 3)));
-extern void srcpos_warn(struct srcpos *pos, char const *, ...)
- __attribute__((format(printf, 2, 3)));
extern void srcpos_set_line(char *f, int l);