< prev index next >

src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp

Print this page
rev 52189 : [mq]: tinit

@@ -98,14 +98,10 @@
   // This is the value for x86; works pretty well for PPC too.
   return (char *) -1;
 #endif // SPARC
 }
 
-void os::initialize_thread(Thread* thr) {
-  // Nothing to do.
-}
-
 address os::Bsd::ucontext_get_pc(const ucontext_t* uc) {
   ShouldNotCallThis();
   return NULL;
 }
 
< prev index next >