]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1918 from lonvia/remove-more-osmosis-init
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2020 09:48:17 +0000 (11:48 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 09:48:17 +0000 (11:48 +0200)
remove more traces of --osmosis-init switch

utils/setup.php

index 5d323cee5f6588a1327afb573d88567d772b03b0..7f476d5c7eb72972d539ba9eac170ddfe3b09e54 100644 (file)
@@ -59,12 +59,6 @@ if ($aCMDResult['import-data'] || $aCMDResult['all']) {
     checkInFile($aCMDResult['osm-file']);
 }
 
-// osmosis init is no longer supported
-if ($aCMDResult['osmosis-init']) {
-    $bDidSomething = true;
-    echo "Command 'osmosis-init' no longer available, please use utils/update.php --init-updates.\n";
-}
-
 // ******************************************************
 // instantiate Setup class
 $oSetup = new SetupFunctions($aCMDResult);