Skip to content

Commit 93e9e36

Browse files
committed
Remove unused mutex.
1 parent 01fccc4 commit 93e9e36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmark/bench_log.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <cstdio>
1212
#include <fstream>
1313
#include <iostream>
14-
#include <mutex>
1514
#include <ostream>
1615
#include <streambuf>
1716
#include <string>
@@ -151,8 +150,6 @@ class LogWriteBench final : public td::Benchmark {
151150
}
152151
};
153152

154-
std::mutex mutex;
155-
156153
int main() {
157154
td::bench(LogWriteBench());
158155
#if TD_ANDROID

0 commit comments

Comments
 (0)