diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-04-16 18:02:08 +0200 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-04-16 18:02:08 +0200 |
commit | 0dc0f5b736aaca27b87e3147c944cfe0b979d670 (patch) | |
tree | 9c73d4e278855b50175dd524a2b8e6b1d95d6196 | |
parent | b343c5251a11a3c6f4d31fe9f2503ee3dfa06904 (diff) | |
download | ceph-0dc0f5b736aaca27b87e3147c944cfe0b979d670.tar.gz |
osd/PG.h: remove unused variable prior_set_built
Commit 540f42ce284d9 removed usage of prior_set_built, remove
also the related protected variable from the header.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/osd/PG.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/PG.h b/src/osd/PG.h index f437bafbb16..36560ac7893 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -502,8 +502,6 @@ public: // [primary only] content recovery state protected: - bool prior_set_built; - struct PriorSet { set<int> probe; /// current+prior OSDs we need to probe. set<int> down; /// down osds that would normally be in @a probe and might be interesting. |