Fixing issue with target_cross_ide

pull/3206/head
Brian Daniels 2016-11-08 12:51:38 -06:00
parent 2fe1373cf1
commit f1bb3f5930
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)):