diff options
Diffstat (limited to 'src/strings/literal.cpp')
-rw-r--r-- | src/strings/literal.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/strings/literal.cpp b/src/strings/literal.cpp index 65c00f6..506b79b 100644 --- a/src/strings/literal.cpp +++ b/src/strings/literal.cpp @@ -49,10 +49,4 @@ namespace strings { return zs.c_str(); } - - __attribute__((format(scanf, 2, 0))) - int do_vscan(LString in, const char *fmt, va_list ap) - { - return vsscanf(in.c_str(), fmt, ap); - } } // namespace strings |