summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-01 17:05:03 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-01 17:05:03 +0100
commitb4276cbccb2e203b38bdf65d643efe0650b33798 (patch)
treee876006960c51a41879f95434eae3247b1404f6a
parente0308f34e432d4868f9e8732e9cfd93977e39217 (diff)
downloadceph-b4276cbccb2e203b38bdf65d643efe0650b33798.tar.gz
osd/OSD.cc: remove unused variable 'map<int64_t, int> pool_resize'
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/osd/OSD.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc
index d667b53eb69..b97ff5fcca0 100644
--- a/src/osd/OSD.cc
+++ b/src/osd/OSD.cc
@@ -4180,8 +4180,6 @@ void OSD::advance_map(ObjectStore::Transaction& t, C_Contexts *tfin)
}
}
- map<int64_t, int> pool_resize; // poolid -> old size
-
// scan pg creations
hash_map<pg_t, create_pg_info>::iterator n = creating_pgs.begin();
while (n != creating_pgs.end()) {