hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 15848 a7b244c71903
parent 13963 e5b53c306fb5
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Tue Feb 26 14:09:52 2013 +0100
+++ b/hotspot/src/share/vm/c1/c1_FrameMap.hpp	Tue Feb 26 08:54:03 2013 -0800
@@ -226,8 +226,6 @@
     return make_new_address(sp_offset_for_monitor_object(monitor_index));
   }
 
-  void print_frame_layout() const;
-
   // Creates Location describing desired slot and returns it via pointer
   // to Location object. Returns true if the stack frame offset was legal
   // (as defined by Location::legal_offset_in_bytes()), false otherwise.