diff options
author | Greg Farnum <greg@inktank.com> | 2013-01-17 14:36:02 -0800 |
---|---|---|
committer | Greg Farnum <greg@inktank.com> | 2013-02-05 13:29:04 -0800 |
commit | 43468a3b9925a28e4566593d68fd57e6f27e046e (patch) | |
tree | 81344ed93f7c37f1506e7022293cf534bd97124a /src/osd/OSD.h | |
parent | 13e22262c0c96ff7e1f8ecfb900d045984d1a2d9 (diff) | |
download | ceph-43468a3b9925a28e4566593d68fd57e6f27e046e.tar.gz |
osd: remove DecayCounter header
Neither the OSD nor the PG makes any use of this.
Signed-off-by: Greg Farnum <greg@inktank.com>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r-- | src/osd/OSD.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/OSD.h b/src/osd/OSD.h index b411c177a36..645bf46bc19 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -31,7 +31,6 @@ #include "os/ObjectStore.h" #include "OSDCap.h" -#include "common/DecayCounter.h" #include "osd/ClassHandler.h" #include "include/CompatSet.h" |