Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 committed Jun 19, 2024
1 parent 308bf3f commit dc04cb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flex/storages/rt_mutable_graph/csr/immutable_csr.h
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ class SingleImmutableCsr<std::string_view>
return nbr;
}
void close() override { nbr_list_.reset(); }

void close() override { nbr_list_.reset(); }

private:
StringColumn& column_;
mmap_array<nbr_t> nbr_list_;
Expand Down

0 comments on commit dc04cb2

Please sign in to comment.