hotspot/src/share/vm/ci/ciConstant.hpp
changeset 10508 233d2e7c462d
parent 7397 5b173b4ca846
child 10547 ea4a2ec31ae2
--- a/hotspot/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/hotspot/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 16:46:11 2011 -0700
@@ -46,9 +46,6 @@
     ciObject* _object;
   } _value;
 
-  // Implementation of the print method.
-  void print_impl(outputStream* st);
-
 public:
 
   ciConstant() {