Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 3fcb3b4

Browse files
committed
Removed unused cache variable.
1 parent 5728639 commit 3fcb3b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/Platform/System/PlatformInitializer.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ function(initialize_arduino_platform)
5555
set(ARDUINO_CMAKE_PLATFORM_ARCHITECTURE "avr" CACHE STRING "")
5656
endif ()
5757

58-
# Required by compiler recipes
59-
set(build_arch "${ARDUINO_CMAKE_PLATFORM_ARCHITECTURE}" CACHE STRING "")
60-
6158
# Find all platform elements
6259
find_required_platform_elements()
6360
initialize_platform_properties()

0 commit comments

Comments
 (0)