From e5df90f5d06b891ead0adc1205c5d3b6e2400129 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 22 Jan 2015 14:59:36 -0800 Subject: [PATCH] Fix comment (minor) --- include/rocksdb/table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rocksdb/table.h b/include/rocksdb/table.h index 757edebe4..b67eeffef 100644 --- a/include/rocksdb/table.h +++ b/include/rocksdb/table.h @@ -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