Skip to content

Commit d393723

Browse files
committed
Removed unused constexpr.
1 parent 9136bce commit d393723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pico_tree/pico_tree/kd_tree.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class SplitterLongestMedian {
5151
private:
5252
using Index = typename Traits::IndexType;
5353
using Scalar = typename Traits::ScalarType;
54-
static constexpr int Dim = Traits::Dim;
5554
using Space = typename Traits::SpaceType;
5655
template <int Dim_>
5756
using Sequence = typename internal::Sequence<Scalar, Dim_>;

0 commit comments

Comments
 (0)