Fix an unused variable in non-developer-warning mode.
This commit is contained in:
parent
a549c8fe45
commit
ef1fd62b4b
1 changed files with 2 additions and 2 deletions
|
@ -583,9 +583,9 @@ void FGTrafficManager::finishInit()
|
|||
assert(doingInit);
|
||||
SG_LOG(SG_AI, SG_INFO, "finishing AI-Traffic init");
|
||||
loadHeuristics();
|
||||
|
||||
#if defined(ENABLE_DEV_WARNINGS)
|
||||
PerformanceDB* perfDB = globals->get_subsystem<PerformanceDB>();
|
||||
|
||||
#endif
|
||||
// Do sorting and scoring separately, to take advantage of the "homeport" variable
|
||||
BOOST_FOREACH(FGAISchedule* schedule, scheduledAircraft) {
|
||||
schedule->setScore();
|
||||
|
|
Loading…
Add table
Reference in a new issue