Skip to content

Commit 6e8cd51

Browse files
committed
SC2034
Non of the unused variables are referenced anywhere in the repo.
1 parent 226e864 commit 6e8cd51

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

android/fdroid-build/init.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -eux
55
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66

77
REPO_DIR="$SCRIPT_DIR/../../"
8-
TOOLCHAINS_DIR="$HOME/android-ndk-toolchains"
98

109
# Install Rust
1110
curl -sf -L https://sh.rustup.rs > /tmp/rustup.sh

ios/build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ XCODE_ARCHIVE_DIR="$BUILD_OUTPUT_DIR/$PROJECT_NAME.xcarchive"
4141
# Export options file used for producing .xcarchive
4242
EXPORT_OPTIONS_PATH="$SCRIPT_DIR/ExportOptions.plist"
4343

44-
# Path to generated IPA file produced after .xcarchive export
45-
IPA_PATH="$BUILD_OUTPUT_DIR/$PROJECT_NAME.ipa"
46-
4744
# Xcodebuild intermediate files directory
4845
DERIVED_DATA_DIR="$BUILD_OUTPUT_DIR/DerivedData"
4946

0 commit comments

Comments
 (0)