src/hotspot/share/runtime/os.cpp
changeset 58048 8009a9c36251
parent 58041 d8902e9c307c
child 58083 9046db64ca39
--- a/src/hotspot/share/runtime/os.cpp	Wed Sep 04 13:06:44 2019 +0200
+++ b/src/hotspot/share/runtime/os.cpp	Wed Sep 04 13:07:15 2019 +0200
@@ -88,12 +88,6 @@
 
 DEBUG_ONLY(bool os::_mutex_init_done = false;)
 
-void os_init_globals() {
-  // Called from init_globals().
-  // See Threads::create_vm() in thread.cpp, and init.cpp.
-  os::init_globals();
-}
-
 static time_t get_timezone(const struct tm* time_struct) {
 #if defined(_ALLBSD_SOURCE)
   return time_struct->tm_gmtoff;