From 539c8330015a23086a5ed40bb8eddae25bac11ff Mon Sep 17 00:00:00 2001 From: Warren Ulrich Date: Sat, 10 Jun 2023 04:10:17 -0700 Subject: [PATCH] Removed trash typedef --- include/pathfinding/pathfinding.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/pathfinding/pathfinding.hpp b/include/pathfinding/pathfinding.hpp index af94df9..32dde8a 100644 --- a/include/pathfinding/pathfinding.hpp +++ b/include/pathfinding/pathfinding.hpp @@ -83,8 +83,6 @@ namespace pathfinding { } } } - - using path_step = std::variant; std::vector find_path(const Tile &start, const Tile &end) { class path_node {