Skip to content

Commit 175a298

Browse files
committed
Code cleanup: Remove special case for nullgeom_t
the one for T works fine here
1 parent ec0ce91 commit 175a298

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/geom-functions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class geometry_n_visitor
6767
: m_output(output), m_n(n)
6868
{}
6969

70-
void operator()(nullgeom_t const & /*input*/) const { m_output->reset(); }
71-
7270
void operator()(geom::collection_t const &input) const
7371
{
7472
*m_output = input[m_n];

0 commit comments

Comments
 (0)