Fix comment (minor)

This commit is contained in:
Igor Canadi 2015-01-22 14:59:36 -08:00
parent 4e48753b73
commit e5df90f5d0

View File

@ -126,7 +126,6 @@ struct BlockBasedTableOptions {
// This must generally be true for gets to be efficient.
bool whole_key_filtering = true;
// For more details on BlockBasedTable's formats, see FORMAT-CHANGES.md
// We currently have three versions:
// 0 -- This version is currently written out by all RocksDB's versions by
// default. Can be read by really old RocksDB's. Doesn't support changing