Browse Source
Remove unused variable kDelayMicros in env_test.cc
ld
Henry Lee
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
util/env_test.cc
|
|
@ -14,8 +14,6 @@ |
|
|
|
|
|
|
|
namespace leveldb { |
|
|
|
|
|
|
|
static const int kDelayMicros = 100000; |
|
|
|
|
|
|
|
class EnvTest { |
|
|
|
public: |
|
|
|
EnvTest() : env_(Env::Default()) {} |
|
|
|