Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Aug 12, 2024
1 parent 02c5fb5 commit 8831457
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/loki/details/pddl/visitors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@

namespace loki
{
struct LessComparatorVisitor
{
template<typename T1, typename T2>
bool operator()(const T1& object_left, const T2& object_right) const
{
return object_left.get_index() < object_right.get_index();
}
};

struct StringifyVisitor
{
std::ostream& out;
Expand Down

0 comments on commit 8831457

Please sign in to comment.