< prev index next >

src/hotspot/os/aix/os_aix.cpp

Print this page

        

@@ -1761,14 +1761,10 @@
       }
     } while (threadIsSuspended);
   }
 }
 
-int os::signal_lookup() {
-  return check_pending_signals(false);
-}
-
 int os::signal_wait() {
   return check_pending_signals(true);
 }
 
 ////////////////////////////////////////////////////////////////////////////////
< prev index next >