Skip to content

Commit

Permalink
sequenceIds.hpp: Removed test function I introduced to fix clang issu…
Browse files Browse the repository at this point in the history
…e in d32f814
  • Loading branch information
pjotrp committed Dec 14, 2024
1 parent 22ede3e commit f8e493d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/map/include/sequenceIds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@

namespace skch {

bool is_equal(std::string s1) {
return false;
}

class SequenceIdManager {
private:
std::unordered_map<std::string, seqno_t> sequenceNameToId;
Expand Down

0 comments on commit f8e493d

Please sign in to comment.