< prev index next >

src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp

Print this page
rev 52211 : [mq]: tinit

@@ -94,14 +94,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::Linux::ucontext_get_pc(const ucontext_t* uc) {
   ShouldNotCallThis();
   return NULL; // silence compile warnings
 }
 
< prev index next >