From b5e23e1cbd851ce800dc776221b71d9355cf8118 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 16 Sep 2024 10:56:32 -0400 Subject: [PATCH] Remove unnecessary variable from setup script --- setup/setup_native.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/setup_native.sh b/setup/setup_native.sh index f0c9b5205..43f56081d 100644 --- a/setup/setup_native.sh +++ b/setup/setup_native.sh @@ -6,9 +6,6 @@ source setup/setup_shared.sh export PLATFORMS="" if [ $SETUP_IOS ]; then - OSX_MAJOR_VERSION=`sw_vers | grep ProductVersion | cut -d ':' -f 2 | cut -d '.' -f 1` - echo "Found OSX major version" $OSX_MAJOR_VERSION - # The Homebrew pac-man is installed in different locations, depending on whether the processor # is an Intel or Apple Silicone chip. Intel uses x86_64, Apple chips are amd64, so we can # check the chip type using these hardware platforms.