hotspot/src/os/linux/vm/os_linux.cpp
changeset 26693 f2910bf56d71
parent 26135 82b516c550f7
child 26698 2a7f85720535
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Sep 10 11:55:33 2014 +0200
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Tue Aug 26 11:53:24 2014 +0200
@@ -5007,10 +5007,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;