From 2ecd43ba6c58aae6bbe7e27ec00cdea7f206245c Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 23 Oct 2014 19:56:29 +0200 Subject: [PATCH] test_str_map.cc: remove unused variable Signed-off-by: Danny Al-Gaaf --- src/test/common/test_str_map.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/common/test_str_map.cc b/src/test/common/test_str_map.cc index 7ca0bddfcc33..b1a27c82e9a9 100644 --- a/src/test/common/test_str_map.cc +++ b/src/test/common/test_str_map.cc @@ -33,7 +33,6 @@ TEST(str_map, json) { } TEST(str_map, plaintext) { - stringstream ss; { map str_map; ASSERT_EQ(0, get_str_map(" foo=bar\t\nfrob=nitz yeah right= \n\t", -- 2.47.3