]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove DecayCounter header
authorGreg Farnum <greg@inktank.com>
Thu, 17 Jan 2013 22:36:02 +0000 (14:36 -0800)
committerGreg Farnum <greg@inktank.com>
Tue, 5 Feb 2013 21:29:04 +0000 (13:29 -0800)
Neither the OSD nor the PG makes any use of this.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/osd/OSD.h
src/osd/PG.h

index b411c177a3665c7cd0d0a3d9664d77ae27663a2a..645bf46bc195bc2e6f0498a55cf95c23e1b35403 100644 (file)
@@ -31,7 +31,6 @@
 #include "os/ObjectStore.h"
 #include "OSDCap.h"
 
-#include "common/DecayCounter.h"
 #include "osd/ClassHandler.h"
 
 #include "include/CompatSet.h"
index ba80f8186e6c9927d151953c6504774541c644e7..9b18b28fb2e907319d6c88474049b5168e214ddc 100644 (file)
@@ -42,8 +42,6 @@
 #include "messages/MOSDRepScrub.h"
 #include "messages/MOSDPGLog.h"
 
-#include "common/DecayCounter.h"
-
 #include <list>
 #include <memory>
 #include <string>