mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-tests: drop unused tableid variable (minor).
This commit is contained in:
parent
e8dd15088a
commit
0aa07cc09b
@ -278,8 +278,6 @@ void dump(const char *title) {
|
|||||||
logging::local_suffix indent(title);
|
logging::local_suffix indent(title);
|
||||||
|
|
||||||
for (auto i = global::actors.begin(); i != global::actors.end(); ++i) {
|
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,
|
log_info("#%u, testcase %s, space_id/table %u\n", i->actor_id,
|
||||||
testcase2str(i->testcase), i->space_id);
|
testcase2str(i->testcase), i->space_id);
|
||||||
indent.push();
|
indent.push();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user