Remove unused mutex.
This commit is contained in:
parent
01fccc430f
commit
93e9e36dfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user