From 403bfa43da18ec41e60c4533b3149dab6e3ee5ff Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sat, 11 May 2013 21:54:54 +0200 Subject: [PATCH] osd/OSD.cc: remove unused variable Signed-off-by: Danny Al-Gaaf --- src/osd/OSD.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index b68e52de800a..2c5cc07e04f1 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -6005,7 +6005,6 @@ void OSD::handle_pg_remove(OpRequestRef op) void OSD::_remove_pg(PG *pg) { - vector removals; ObjectStore::Transaction *rmt = new ObjectStore::Transaction; // on_removal, which calls remove_watchers_and_notifies, and the erasure from -- 2.47.3