summaryrefslogtreecommitdiff
path: root/src/roadstop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadstop.cpp')
-rw-r--r--src/roadstop.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/roadstop.cpp b/src/roadstop.cpp
index 921125f08..74d8aa749 100644
--- a/src/roadstop.cpp
+++ b/src/roadstop.cpp
@@ -387,9 +387,3 @@ void RoadStop::Entry::CheckIntegrity(const RoadStop *rs) const
temp.Rebuild(rs, rs->east == this);
if (temp.length != this->length || temp.occupied != this->occupied) NOT_REACHED();
}
-
-
-void InitializeRoadStops()
-{
- _roadstop_pool.CleanPool();
-}