hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp
changeset 6983 a8c50cedbce9
parent 6981 ecfe524b1fa7
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Mon Oct 18 15:01:41 2010 -0700
+++ b/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.hpp	Sat Oct 16 17:12:19 2010 -0400
@@ -282,8 +282,6 @@
 
 class SparsePRTIter: public RSHashTableIter {
 public:
-  SparsePRTIter() : RSHashTableIter() { }
-
   void init(const SparsePRT* sprt) {
     RSHashTableIter::init(sprt->cur());
   }