hotspot/src/os/bsd/vm/os_bsd.cpp
changeset 27474 2b061fd571eb
parent 27471 6e56277909f1
parent 27473 07948a5f8f5c
child 27880 afb974a04396
child 27562 47f369e3c69c
--- a/hotspot/src/os/bsd/vm/os_bsd.cpp	Thu Nov 06 00:01:33 2014 +0000
+++ b/hotspot/src/os/bsd/vm/os_bsd.cpp	Thu Nov 06 01:31:31 2014 +0000
@@ -3636,9 +3636,6 @@
   return JNI_OK;
 }
 
-// this is called at the end of vm_initialization
-void os::init_3(void) { }
-
 // Mark the polling page as unreadable
 void os::make_polling_page_unreadable(void) {
   if (!guard_memory((char*)_polling_page, Bsd::page_size())) {