hotspot/src/share/vm/utilities/debug.hpp
changeset 16370 4b75aa6388ab
parent 13728 882756847a04
child 17087 f0b76c4c93a0
--- a/hotspot/src/share/vm/utilities/debug.hpp	Mon Mar 18 09:08:07 2013 -0700
+++ b/hotspot/src/share/vm/utilities/debug.hpp	Tue Mar 19 10:31:16 2013 +0100
@@ -192,12 +192,6 @@
   BREAKPOINT;                                                                \
 } while (0)
 
-#define ShouldNotReachHere2(message)                                         \
-do {                                                                         \
-  report_should_not_reach_here2(__FILE__, __LINE__, message);                \
-  BREAKPOINT;                                                                \
-} while (0)
-
 #define Unimplemented()                                                      \
 do {                                                                         \
   report_unimplemented(__FILE__, __LINE__);                                  \
@@ -218,7 +212,6 @@
                              const char* message);
 void report_should_not_call(const char* file, int line);
 void report_should_not_reach_here(const char* file, int line);
-void report_should_not_reach_here2(const char* file, int line, const char* message);
 void report_unimplemented(const char* file, int line);
 void report_untested(const char* file, int line, const char* message);