diff -r b24a4cc794ce -r f2910bf56d71 hotspot/src/os/aix/vm/os_aix.cpp --- a/hotspot/src/os/aix/vm/os_aix.cpp Wed Sep 10 11:55:33 2014 +0200 +++ b/hotspot/src/os/aix/vm/os_aix.cpp Tue Aug 26 11:53:24 2014 +0200 @@ -4002,10 +4002,6 @@ return true; } -// int local_vsnprintf(char* buf, size_t count, const char* format, va_list args) { -// return ::vsnprintf(buf, count, format, args); -// } - // Is a (classpath) directory empty? bool os::dir_is_empty(const char* path) { DIR *dir = NULL;