Skip to content

Commit

Permalink
remove redundant set_rtree_loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar committed Sep 3, 2024
1 parent 3b25115 commit 87aa911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tiledb/sm/serialization/fragment_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ single_fragment_info_from_capnp(
meta->non_empty_domain(),
expanded_non_empty_domain,
meta};
// This is needed so that we don't try to load rtee from disk
single_frag_info.meta()->loaded_metadata()->set_rtree_loaded();

return {Status::Ok(), single_frag_info};
}
Expand Down

0 comments on commit 87aa911

Please sign in to comment.