Remove unused variable kDelayMicros in env_test.cc

This commit is contained in:
Henry Lee 2019-10-15 10:48:33 +11:00 committed by GitHub
parent 370d532a00
commit f933ad1693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,6 @@
namespace leveldb {
static const int kDelayMicros = 100000;
class EnvTest {
public:
EnvTest() : env_(Env::Default()) {}