]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ReplicatedPG.cc: remove unused variables
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 26 Feb 2013 15:27:22 +0000 (16:27 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 26 Feb 2013 15:27:22 +0000 (16:27 +0100)
Remove unused variable declarations.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/osd/ReplicatedPG.cc

index cfa6bbabe8a0bb4761e09a5b2d6d4b2c25f19bfb..c3ed68552167d404f537190647454762d671512e 100644 (file)
@@ -59,10 +59,6 @@ static ostream& _prefix(std::ostream *_dout, PG *pg, int whoami, OSDMapRef osdma
 
 #include <errno.h>
 
-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;