From ef20382d0297b49b50a08831e1a2aa0b5074f14f Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Tue, 26 Feb 2013 16:27:22 +0100 Subject: [PATCH] osd/ReplicatedPG.cc: remove unused variables Remove unused variable declarations. Signed-off-by: Danny Al-Gaaf --- src/osd/ReplicatedPG.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index cfa6bbabe8a0b..c3ed68552167d 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -59,10 +59,6 @@ static ostream& _prefix(std::ostream *_dout, PG *pg, int whoami, OSDMapRef osdma #include -static const int LOAD_LATENCY = 1; -static const int LOAD_QUEUE_SIZE = 2; -static const int LOAD_HYBRID = 3; - // Blank object locator static const object_locator_t OLOC_BLANK; -- 2.39.5