summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-05 15:25:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-05 15:25:19 +0200
commit961935a20b9d88dd14318e14931b90c2cdd2205c (patch)
treef19f6e39d9d919ff16a3c57e65f40a58b32f7786 /src/path-search.cpp
parentc4fd789b0aa70f58254d60799253139153ac3a19 (diff)
kill unused code
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp
index 1bd20083..59ae8852 100644
--- a/src/path-search.cpp
+++ b/src/path-search.cpp
@@ -122,13 +122,6 @@ static_assert(test_offsets());
static_assert(test_offsets2());
-struct chunk_subdiv_array { Vector2i min[div], max[div]; };
-
-constexpr chunk_subdiv_array make_chunk_subdiv_array()
-{
- return {};
-}
-
} // namespace
path_search_result::path_search_result() = default;