hotspot/src/os/posix/vm/os_posix.hpp
changeset 35176 11a9d4022d9e
parent 35077 8b86440d3bf1
child 36355 dd339cbafd31
--- a/hotspot/src/os/posix/vm/os_posix.hpp	Mon Dec 07 09:19:26 2015 -0800
+++ b/hotspot/src/os/posix/vm/os_posix.hpp	Wed Dec 09 14:56:02 2015 +0100
@@ -73,9 +73,6 @@
   // Prints a one-line description of a combination of sigaction.sa_flags.
   static void print_sa_flags(outputStream* st, int flags);
 
-  // A POSIX conform, platform-independend siginfo print routine.
-  static void print_siginfo_brief(outputStream* os, const siginfo_t* si);
-
   static address ucontext_get_pc(const ucontext_t* ctx);
   // Set PC into context. Needed for continuation after signal.
   static void ucontext_set_pc(ucontext_t* ctx, address pc);