(svn r26500) -Cleanup: remove unused snprintf implementation

This commit is contained in:
rubidium
2014-04-24 18:40:16 +00:00
parent 699779324e
commit baa9dd4b5d
2 changed files with 0 additions and 15 deletions

View File

@@ -232,7 +232,6 @@
#define WARN_FORMAT(string, args)
#define FINAL sealed
int CDECL snprintf(char *str, size_t size, const char *format, ...) WARN_FORMAT(3, 4);
#if defined(WINCE)
int CDECL vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif