hotspot/src/os/aix/vm/os_aix.cpp
changeset 26693 f2910bf56d71
parent 25949 34557722059b
child 27157 364276bc8d8b
--- 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;