fix(modem): Remove optional_deps variable (unused)

This commit is contained in:
Sulav
2026-04-13 21:28:08 +05:45
committed by GitHub
parent 2e52e77f3d
commit 783d23a5a1
-1
View File
@@ -2,7 +2,6 @@
# Initialize lists before use to avoid inheriting variables from
# a parent component scope (recursive evaluation in v2).
set(public_deps)
set(optional_deps)
foreach(dep IN LISTS dependencies)
idf_component_include(${dep})