summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/pathfinding.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp
index b33a71c0..c999d22e 100644
--- a/editor/tests/pathfinding.cpp
+++ b/editor/tests/pathfinding.cpp
@@ -55,11 +55,6 @@ constexpr step_s next_stepʹ(Vector2i vec_in)
}
}
-struct result_s
-{
- bool has_value : 1 = false;
-};
-
struct pending_s
{
point dest;