From 091153493cf71f3004bf921759a2f49435e8e4c6 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 1 Oct 2014 10:35:56 +0200 Subject: [PATCH] db/db_test.cc: remove unused variable Signed-off-by: Danny Al-Gaaf --- db/db_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/db/db_test.cc b/db/db_test.cc index 119ec5bd82..d6f9e027f8 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -8193,7 +8193,6 @@ static void RandomTimeoutWriter(void* arg) { if (write_opt.timeout_hint_us == 0 || put_duration + kTimerBias < write_opt.timeout_hint_us) { ASSERT_OK(s); - std::string result; } if (s.IsTimedOut()) { timeout_count++;