summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/path-search.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp
index c91bb6cb..b2a50524 100644
--- a/test/path-search.cpp
+++ b/test/path-search.cpp
@@ -111,9 +111,6 @@ constexpr bool test_offsets2()
struct neighbors final
{
- auto begin() const { return data.data(); }
- auto end() const { return data.data() + size; }
-
std::array<global_coords, 5> data;
uint8_t size = 0;
};