src/hotspot/os/linux/os_linux.hpp
changeset 54090 3086f9259e97
parent 53565 55ba2125ba24
child 54470 14986fb09d9a
--- a/src/hotspot/os/linux/os_linux.hpp	Wed Mar 13 02:48:09 2019 +0000
+++ b/src/hotspot/os/linux/os_linux.hpp	Wed Mar 13 00:48:52 2019 -0400
@@ -38,8 +38,6 @@
   static bool libjsig_is_loaded;        // libjsig that interposes sigaction(),
                                         // __sigaction(), signal() is loaded
   static struct sigaction *(*get_signal_action)(int);
-  static struct sigaction *get_preinstalled_handler(int);
-  static void save_preinstalled_handler(int, struct sigaction&);
 
   static void check_signal_handler(int sig);