From b4276cbccb2e203b38bdf65d643efe0650b33798 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Fri, 1 Mar 2013 17:05:03 +0100 Subject: [PATCH] osd/OSD.cc: remove unused variable 'map pool_resize' Signed-off-by: Danny Al-Gaaf --- src/osd/OSD.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index d667b53eb69e..b97ff5fcca0f 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 pool_resize; // poolid -> old size - // scan pg creations hash_map::iterator n = creating_pgs.begin(); while (n != creating_pgs.end()) { -- 2.47.3