From 0aa07cc09baddd1ae13549f06006940f820410a8 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Mon, 19 Mar 2018 20:20:47 +0300 Subject: [PATCH] mdbx-tests: drop unused tableid variable (minor). --- test/config.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/config.cc b/test/config.cc index 124a517f..cbff68ce 100644 --- a/test/config.cc +++ b/test/config.cc @@ -278,8 +278,6 @@ void dump(const char *title) { logging::local_suffix indent(title); for (auto i = global::actors.begin(); i != global::actors.end(); ++i) { - const std::string tableid = - i->space_id ? "MAINDB" : ("SUB#" + std::to_string(i->space_id)); log_info("#%u, testcase %s, space_id/table %u\n", i->actor_id, testcase2str(i->testcase), i->space_id); indent.push();