hotspot/src/share/vm/ci/ciField.hpp
changeset 10508 233d2e7c462d
parent 10265 4c869854aebd
child 10510 ab626d1bdf53
--- a/hotspot/src/share/vm/ci/ciField.hpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/hotspot/src/share/vm/ci/ciField.hpp	Wed Aug 31 16:46:11 2011 -0700
@@ -64,9 +64,6 @@
   // shared constructor code
   void initialize_from(fieldDescriptor* fd);
 
-  // The implementation of the print method.
-  void print_impl(outputStream* st);
-
 public:
   ciFlags flags() { return _flags; }