X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d4b633bfc50188f36e3c4a8b2b99c3a0e6a7f12e..88eaa8430b8ceb1696af50c603561a451353ed2a:/lib/cmd.php diff --git a/lib/cmd.php b/lib/cmd.php index 43669069..32fdc857 100644 --- a/lib/cmd.php +++ b/lib/cmd.php @@ -120,11 +120,6 @@ function showUsage($aSpec, $bExit = false, $sError = false) exit; } -function chksql($oSql, $sMsg = false) -{ - return $oSql; -} - function info($sMsg) { echo date('Y-m-d H:i:s == ').$sMsg."\n";