Skip to content

Commit b0344e8

Browse files
use upstream less-than operator (#25)
1 parent a5ae0c5 commit b0344e8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

hydra_visualizer/src/scene_graph_renderer.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@
4646
#include "hydra_visualizer/color/colormap_utilities.h"
4747
#include "hydra_visualizer/drawing.h"
4848

49-
namespace spark_dsg {
50-
51-
bool operator<(const LayerKey& lhs, const LayerKey& rhs) {
52-
if (lhs.layer == rhs.layer) {
53-
return lhs.partition < rhs.partition;
54-
}
55-
56-
return lhs.layer < rhs.layer;
57-
}
58-
59-
} // namespace spark_dsg
60-
6149
namespace hydra {
6250

6351
using namespace spark_dsg;

0 commit comments

Comments
 (0)