hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp
changeset 17108 cf72dcf9a8f2
parent 13195 be27e1b6a4b9
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Tue Apr 23 08:39:55 2013 +0200
+++ b/hotspot/src/share/vm/gc_implementation/g1/sparsePRT.cpp	Thu Apr 18 10:09:23 2013 -0700
@@ -35,10 +35,6 @@
 
 #define UNROLL_CARD_LOOPS  1
 
-void SparsePRT::init_iterator(SparsePRTIter* sprt_iter) {
-    sprt_iter->init(this);
-}
-
 void SparsePRTEntry::init(RegionIdx_t region_ind) {
   _region_ind = region_ind;
   _next_index = NullEntry;