< prev index next >

src/hotspot/share/gc/shared/gcStats.hpp

Print this page

        

@@ -56,15 +56,6 @@
   size_t padded_average_promoted_in_bytes() const {
     return (size_t)_avg_promoted->padded_average();
   }
 };
 
-class CMSGCStats : public GCStats {
- public:
-  CMSGCStats();
-
-  virtual Name kind() {
-    return CMSGCStatsKind;
-  }
-};
-
 #endif // SHARE_VM_GC_SHARED_GCSTATS_HPP
< prev index next >