src/share/vm/gc_implementation/g1/sparsePRT.hpp

changeset 2241
72a161e62cc4
parent 2239
9f4848ebbabd
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Mon Oct 18 15:01:41 2010 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Sat Oct 16 17:12:19 2010 -0400
     1.3 @@ -282,8 +282,6 @@
     1.4  
     1.5  class SparsePRTIter: public RSHashTableIter {
     1.6  public:
     1.7 -  SparsePRTIter() : RSHashTableIter() { }
     1.8 -
     1.9    void init(const SparsePRT* sprt) {
    1.10      RSHashTableIter::init(sprt->cur());
    1.11    }

mercurial