hotspot/src/os/linux/vm/os_linux.cpp
changeset 26698 2a7f85720535
parent 26557 e399effe36f9
parent 26693 f2910bf56d71
child 26704 36bff23b2c2e
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Fri Sep 12 04:22:19 2014 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Mon Sep 15 15:28:43 2014 +0200
@@ -5041,10 +5041,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;