extras; samples: Fixed warnings
[sdk] / extras / tiles / astar.ec
index 9b66d19..8b7eb88 100644 (file)
@@ -46,7 +46,6 @@ void AStarTerminate(AStar * aStar)
 
 AStar * AStarInitialize(int width, int height, int stackSize)
 {
-   AStar * result = null;
    AStar * aStar = new0 AStar[1];
    if(aStar)
    {