src/share/vm/ci/ciField.hpp

changeset 3099
c124e2e7463e
parent 3050
fdb992d83a87
child 3101
aa67216400d3
     1.1 --- a/src/share/vm/ci/ciField.hpp	Wed Aug 31 09:48:21 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciField.hpp	Wed Aug 31 16:46:11 2011 -0700
     1.3 @@ -64,9 +64,6 @@
     1.4    // shared constructor code
     1.5    void initialize_from(fieldDescriptor* fd);
     1.6  
     1.7 -  // The implementation of the print method.
     1.8 -  void print_impl(outputStream* st);
     1.9 -
    1.10  public:
    1.11    ciFlags flags() { return _flags; }
    1.12  

mercurial