Skip to content

Commit

Permalink
Remove non_owning_*::get_raw_pointer(). (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Sep 14, 2023
1 parent 93c671b commit e742cdf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/neuron/container/non_owning_soa_identifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ struct non_owning_identifier_without_container {
return !m_ptr;
}

/**
* @brief Get the underlying pointer value.
*/
[[nodiscard]] std::size_t* get_raw_pointer() const {
return m_ptr;
}

friend std::ostream& operator<<(std::ostream& os,
non_owning_identifier_without_container const& id) {
if (!id.m_ptr) {
Expand Down

0 comments on commit e742cdf

Please sign in to comment.