Browse Source

Remove unused variable kDelayMicros in env_test.cc

main
Henry Lee 5 years ago
committed by GitHub
parent
commit
f933ad1693
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      util/env_test.cc

+ 0
- 2
util/env_test.cc View File

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

Loading…
Cancel
Save