Skip to content

Commit

Permalink
Remove TODO for checking index checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Sep 23, 2014
1 parent 3d74f09 commit 55af370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion table/block_based_table_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ Status BlockBasedTable::Open(const ImmutableCFOptions& ioptions,
// pre-load these blocks, which will kept in member variables in Rep
// and with a same life-time as this table object.
IndexReader* index_reader = nullptr;
// TODO: we never really verify check sum for index block
s = new_table->CreateIndexReader(&index_reader, meta_iter.get());

if (s.ok()) {
Expand Down

0 comments on commit 55af370

Please sign in to comment.