src/share/vm/ci/ciConstant.hpp

changeset 3099
c124e2e7463e
parent 2314
f95d63e2154a
child 3138
f6f3bb0ee072
     1.1 --- a/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 09:48:21 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciConstant.hpp	Wed Aug 31 16:46:11 2011 -0700
     1.3 @@ -46,9 +46,6 @@
     1.4      ciObject* _object;
     1.5    } _value;
     1.6  
     1.7 -  // Implementation of the print method.
     1.8 -  void print_impl(outputStream* st);
     1.9 -
    1.10  public:
    1.11  
    1.12    ciConstant() {

mercurial