summaryrefslogtreecommitdiff
path: root/src/strings/zstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/zstring.hpp')
-rw-r--r--src/strings/zstring.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strings/zstring.hpp b/src/strings/zstring.hpp
index e4cd1fd..a0dda2c 100644
--- a/src/strings/zstring.hpp
+++ b/src/strings/zstring.hpp
@@ -59,9 +59,6 @@ namespace strings
// Nope, it doesn't, since there's a template
// Actually, it might now.
const char *decay_for_printf(const ZString& zs);
-
- __attribute__((format(scanf, 2, 0)))
- int do_vscan(ZString in, const char *fmt, va_list ap);
} // namespace strings
# include "zstring.tcc"