aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_log.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-12-31 09:45:37 +0300
committerlevlam <levlam@telegram.org>2021-12-31 09:45:37 +0300
commit93e9e36dfbc860b18145f1b979f82e9b8b4de8ae (patch)
tree536c1ae5c3713c2ce814a0f997dcc03aa0a3f31c /benchmark/bench_log.cpp
parent01fccc430fdd6ef0bbdd2b2e5a3f28219d702b44 (diff)
Remove unused mutex.
Diffstat (limited to 'benchmark/bench_log.cpp')
-rw-r--r--benchmark/bench_log.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/benchmark/bench_log.cpp b/benchmark/bench_log.cpp
index fa42828d8..35d25d9dc 100644
--- a/benchmark/bench_log.cpp
+++ b/benchmark/bench_log.cpp
@@ -11,7 +11,6 @@
#include <cstdio>
#include <fstream>
#include <iostream>
-#include <mutex>
#include <ostream>
#include <streambuf>
#include <string>
@@ -151,8 +150,6 @@ class LogWriteBench final : public td::Benchmark {
}
};
-std::mutex mutex;
-
int main() {
td::bench(LogWriteBench());
#if TD_ANDROID