summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-07 02:48:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-07 02:48:22 +0200
commit6d9a1ee9abffafe8842e03bc9daeba6cf7ec4048 (patch)
tree5dcc5921b845f6635466d00bc2d0f4dae99a482f /src
parentbd3855592133bff90feef4fbecfd4fb84c861368 (diff)
b
Diffstat (limited to 'src')
-rw-r--r--src/path-search-astar.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path-search-astar.hpp b/src/path-search-astar.hpp
index f4b5774b..9da51d24 100644
--- a/src/path-search-astar.hpp
+++ b/src/path-search-astar.hpp
@@ -15,7 +15,6 @@ struct astar_hash {
struct astar_edge
{
- friend struct astar_equal;
bool operator==(const astar_edge&) const noexcept;
fm_DECLARE_DEFAULT_COPY_ASSIGNMENT_(astar_edge);