Skip to content

Commit

Permalink
remove unnecessary setting of point Id
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Nov 7, 2024
1 parent 912124c commit 257d8d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/alfalfa/AlfalfaPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ namespace alfalfa {
throw std::runtime_error("Display name must have non-zero length");
}
m_display_name = display_name;
if (m_id.empty()) {
setId(toIdString(display_name));
}
}

std::string AlfalfaPoint_Impl::displayName() const {
Expand Down

0 comments on commit 257d8d3

Please sign in to comment.