summaryrefslogtreecommitdiff
path: root/src/strings/literal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/literal.hpp')
-rw-r--r--src/strings/literal.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strings/literal.hpp b/src/strings/literal.hpp
index 6d84ebd..001dc46 100644
--- a/src/strings/literal.hpp
+++ b/src/strings/literal.hpp
@@ -62,9 +62,6 @@ namespace strings
// Actually, it might now.
const char *decay_for_printf(const LString& zs);
- __attribute__((format(scanf, 2, 0)))
- int do_vscan(LString in, const char *fmt, va_list ap);
-
inline
LString operator "" _s(const char *s, size_t)
{