Revision eeb3cf3f58385eac17654fcfeaf288e568673db8 authored by Yanqin Jin on 12 April 2020, 05:02:17 UTC, committed by Facebook GitHub Bot on 12 April 2020, 05:04:04 UTC
Summary:
Fix release build caused by variable defined but unused.

Test plan (devserver)
```
make release
```
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6690

Reviewed By: cheng-chang

Differential Revision: D20980571

Pulled By: riversand963

fbshipit-source-id: c3f3b13f81dce4bdb19876dc2e710d5902ff8a02
1 parent 5c19a44
History
File Mode Size
cf_options.cc -rw-r--r-- 31.6 KB
cf_options.h -rw-r--r-- 9.1 KB
db_options.cc -rw-r--r-- 33.4 KB
db_options.h -rw-r--r-- 3.6 KB
options.cc -rw-r--r-- 26.1 KB
options_helper.cc -rw-r--r-- 58.2 KB
options_helper.h -rw-r--r-- 7.9 KB
options_parser.cc -rw-r--r-- 30.3 KB
options_parser.h -rw-r--r-- 5.2 KB
options_sanity_check.cc -rw-r--r-- 1.1 KB
options_sanity_check.h -rw-r--r-- 1.7 KB
options_settable_test.cc -rw-r--r-- 24.6 KB
options_test.cc -rw-r--r-- 81.0 KB
options_type.h -rw-r--r-- 4.2 KB

back to top