CommonInstaller: remove unused var

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent b754d7e8d0
commit 7aaa60242d

@ -732,7 +732,6 @@ install_gsync () {
if [ "${GSYNC_UNSUPPORTED}" -eq 1 ]; then
ui_print " << Google Sync Adapters are unsupported on SDK ${SDK_VERSION}"
else
GSYNC_BASE="${INSTALLER}/gsync/${GSYNC_VER}"
ui_print " << with Google Sync Adapters (${GSYNC_VER})"
for app in CalendarSync ContactsSync GoogleBackupTransport; do

Loading…
Cancel
Save