hotspot/src/cpu/zero/vm/assembler_zero.hpp
changeset 14827 8aa0a51a7137
parent 14631 526804361522
--- a/hotspot/src/cpu/zero/vm/assembler_zero.hpp	Fri Dec 14 12:11:17 2012 -0800
+++ b/hotspot/src/cpu/zero/vm/assembler_zero.hpp	Mon Dec 17 11:00:22 2012 -0800
@@ -37,9 +37,6 @@
 
  public:
   void pd_patch_instruction(address branch, address target);
-#ifndef PRODUCT
-  static void pd_print_patched_instruction(address branch);
-#endif // PRODUCT
 };
 
 class MacroAssembler : public Assembler {