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