mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-07-06 00:20:49 +02:00
fix(modem): Remove optional_deps variable (unused)
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user