Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 96431ee

Browse files
committed
Change FindValid to Find in DataTable.
1 parent a9847aa commit 96431ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/data_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ std::shared_ptr<storage::TileGroup> DataTable::GetTileGroup(
10021002
PELOTON_ASSERT(tile_group_offset < GetTileGroupCount());
10031003

10041004
auto tile_group_id =
1005-
tile_groups_.FindValid(tile_group_offset, invalid_tile_group_id);
1005+
tile_groups_.Find(tile_group_offset);
10061006

10071007
return GetTileGroupById(tile_group_id);
10081008
}

0 commit comments

Comments
 (0)