From 6568c2622cf4b6fbe9333d1faf2f2924c2b66d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=85lund?= Date: Thu, 24 Oct 2024 10:08:21 +0200 Subject: [PATCH] Remove unused variable in the Mimer SQL installation script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove unused variable in the Mimer SQL installation script for macOS to get rid of warnings Change-Id: I10445efcb1eb174881b4696869b7ee62e87416b7 Reviewed-by: Fredrik Ålund Reviewed-by: Aku Pietikäinen Reviewed-by: Simo Fält --- coin/provisioning/common/macos/mimersql.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/coin/provisioning/common/macos/mimersql.sh b/coin/provisioning/common/macos/mimersql.sh index e1f232e0..2a1f30e1 100755 --- a/coin/provisioning/common/macos/mimersql.sh +++ b/coin/provisioning/common/macos/mimersql.sh @@ -7,7 +7,6 @@ # Mimer SQL is needed for Qt to be able to support Mimer SQL set -ex -os="$1" source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh" source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"