From f67c265c6f5c88d5f9d18a831da5b65329169712 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 Dec 2009 10:47:18 +0000 Subject: (svn r18374) -Cleanup: remove some unused code --- src/pathfinder/npf/aystar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pathfinder/npf') diff --git a/src/pathfinder/npf/aystar.cpp b/src/pathfinder/npf/aystar.cpp index 8c0a65706..55a0262f1 100644 --- a/src/pathfinder/npf/aystar.cpp +++ b/src/pathfinder/npf/aystar.cpp @@ -29,8 +29,8 @@ #include "../../core/alloc_func.hpp" #include "aystar.h" -int _aystar_stats_open_size; -int _aystar_stats_closed_size; +static int _aystar_stats_open_size; +static int _aystar_stats_closed_size; /* This looks in the Hash if a node exists in ClosedList * If so, it returns the PathNode, else NULL */ -- cgit v1.2.3-54-g00ecf