]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove more traces of osmosis-init
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2020 08:43:04 +0000 (10:43 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 11 Aug 2020 08:43:04 +0000 (10:43 +0200)
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);