From 4d5a5175c6cbd17325fae722dd37755f00f7aa40 Mon Sep 17 00:00:00 2001 From: Andrew James Date: Thu, 28 Oct 2021 12:32:15 +1100 Subject: [PATCH] Remove duplicate/undefined function Unused and no function definition under that name, the more descriptive name is used instead. --- test/path_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/path_test.cpp b/test/path_test.cpp index 1f76fa639..98b229fb4 100644 --- a/test/path_test.cpp +++ b/test/path_test.cpp @@ -8,7 +8,6 @@ namespace devilution { -extern int TestPathGetHCost(Point startPosition, Point destinationPosition); extern int TestPathGetHeuristicCost(Point startPosition, Point destinationPosition); TEST(PathTest, Heuristics)