]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
TestLFNIndex.cc: remove unused variable 'mangled_name'
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 12 May 2014 00:17:49 +0000 (02:17 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 12 May 2014 00:17:49 +0000 (02:17 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/os/TestLFNIndex.cc

index 74fdf66d87f4e069154d3df6b996a95377357eb0..c5853fbd7fdc473d6146c235290f9cdc2172841a 100644 (file)
@@ -115,7 +115,6 @@ public:
 
 TEST_F(TestHASH_INDEX_TAG_2, generate_and_parse_name) {
   const vector<string> path;
-  std::string mangled_name;
   const std::string key("KEY");
   uint64_t hash = 0xABABABAB;
   uint64_t pool = -1;
@@ -139,7 +138,6 @@ public:
 
 TEST_F(TestHOBJECT_WITH_POOL, generate_and_parse_name) {
   const vector<string> path;
-  std::string mangled_name;
   const std::string key("KEY");
   uint64_t hash = 0xABABABAB;
   uint64_t pool = 0xCDCDCDCD;