Fixing issue with target_cross_ide

pull/3290/head
Brian Daniels 2016-11-08 12:51:38 -06:00 committed by Anna Bridge
parent 9ff4f509fb
commit df72f3a1f2
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ def target_cross_ide(allowed_targets, allowed_ides, features=[]):
"""
for target in allowed_targets:
for ide in allowed_ides:
if all(feature in TARGET_MAP[target].features
for feature in features):
yield target, toolchain
if (target in EXPORTERS[ide].TARGETS and
all(feature in TARGET_MAP[target].features
for feature in features)):