src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
changeset 52302 912b79d983d9
parent 51050 96ea37459ca7
child 52460 f1bb77833b59
--- a/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp	Fri Oct 26 08:23:52 2018 -0400
+++ b/src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp	Fri Oct 19 09:39:29 2018 +0200
@@ -300,10 +300,6 @@
   return (char*) -1;
 }
 
-void os::initialize_thread(Thread* thr) {
-// Nothing to do.
-}
-
 address os::Bsd::ucontext_get_pc(const ucontext_t * uc) {
   return (address)uc->context_pc;
 }