From: Danny Al-Gaaf Date: Mon, 12 May 2014 00:17:49 +0000 (+0200) Subject: TestLFNIndex.cc: remove unused variable 'mangled_name' X-Git-Tag: v0.81~27^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5f89128f6010571b3dece6e7f4af086200f8452d;p=ceph.git TestLFNIndex.cc: remove unused variable 'mangled_name' Signed-off-by: Danny Al-Gaaf --- diff --git a/src/test/os/TestLFNIndex.cc b/src/test/os/TestLFNIndex.cc index 74fdf66d87f4e..c5853fbd7fdc4 100644 --- a/src/test/os/TestLFNIndex.cc +++ b/src/test/os/TestLFNIndex.cc @@ -115,7 +115,6 @@ public: TEST_F(TestHASH_INDEX_TAG_2, generate_and_parse_name) { const vector 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 path; - std::string mangled_name; const std::string key("KEY"); uint64_t hash = 0xABABABAB; uint64_t pool = 0xCDCDCDCD;