diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/path-search-astar.hpp | 1 |
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); |