From: marc tobias Date: Wed, 8 Apr 2020 12:16:06 +0000 (+0200) Subject: SetupClass.php: remove unused variable X-Git-Tag: v3.5.0~48^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c611d49941e8a097116dfb6f6d08e5491a85dcee SetupClass.php: remove unused variable --- diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index b422ded1..aa1b291d 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -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'; }