diff src/share/vm/utilities/macros.hpp @ 1490:f03d0a26bf83

6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
author jcoomes
date Thu, 22 Apr 2010 13:23:15 -0700
parents bd02caa94611
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/utilities/macros.hpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/src/share/vm/utilities/macros.hpp	Thu Apr 22 13:23:15 2010 -0700
@@ -188,6 +188,4 @@
 #define NOT_SPARC(code) code
 #endif
 
-#define FIX_THIS(code) report_assertion_failure("FIX_THIS",__FILE__, __LINE__, "")
-
 #define define_pd_global(type, name, value) const type pd_##name = value;