src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp
changeset 52302 912b79d983d9
parent 49449 ef5d5d343e2a
child 53605 853c68ff2ed7
--- a/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp	Fri Oct 26 08:23:52 2018 -0400
+++ b/src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp	Fri Oct 19 09:39:29 2018 +0200
@@ -212,10 +212,6 @@
   return true;
 }
 
-void os::initialize_thread(Thread* thr) {
-// Nothing to do.
-}
-
 // Atomics and Stub Functions
 
 typedef int32_t   xchg_func_t            (int32_t,  volatile int32_t*);