diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 02:27:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 02:27:30 +0200 |
commit | 5dfb472ff446baa440ff837a076ee24d51d0e183 (patch) | |
tree | dddd59229fa7bf85a5fa54b4af5755824ee57e46 /test | |
parent | c1547424b843de09ab4cded654b4f3575ecbcbe7 (diff) |
b
Diffstat (limited to 'test')
-rw-r--r-- | test/path-search.cpp | 3 |
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; }; |