misc: 활용되지 않는 변수 제거

This commit is contained in:
2023-03-12 17:02:30 +09:00
parent e595656416
commit afb4126a52
-2
View File
@@ -547,7 +547,6 @@ function updateNationState()
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$history = array();
$admin = $gameStor->getValues(['killturn', 'year', 'month', 'fiction', 'startyear', 'show_img_level', 'turnterm', 'turntime']);
$year = $admin['year'];
$month = $admin['month'];
@@ -744,7 +743,6 @@ function updateNationState()
}
}
}
pushGlobalHistoryLog($history, $admin['year'], $admin['month']);
}
function checkStatistic()