]> git.openstreetmap.org Git - nominatim.git/commitdiff
SetupClass.php: remove unused variable
authormarc tobias <mtmail@gmx.net>
Wed, 8 Apr 2020 12:16:06 +0000 (14:16 +0200)
committermarc tobias <mtmail@gmx.net>
Wed, 8 Apr 2020 12:16:06 +0000 (14:16 +0200)
lib/setup/SetupClass.php

index b422ded16bfce9aafccb1bb0cc6ad4e49e6b490f..aa1b291d1a54eda111bb7740ed2b15b2771bbad3 100755 (executable)
@@ -529,11 +529,10 @@ class SetupFunctions
 
     public function index($bIndexNoanalyse)
     {
-        $sOutputFile = '';
         $sBaseCmd = CONST_BasePath.'/nominatim/nominatim.py'
             .' -d '.escapeshellarg($this->aDSNInfo['database'])
             .' -P '.escapeshellarg($this->aDSNInfo['port'])
-            .' -t '.escapeshellarg($this->iInstances.$sOutputFile);
+            .' -t '.escapeshellarg($this->iInstances);
         if (!$this->bQuiet) {
             $sBaseCmd .= ' -v';
         }