Skip to content

Commit ffa45c9

Browse files
authored
Merge pull request #1932 from geky/fix-dup-feature-defines
Removed duplicate feature declarations
2 parents 23eadc7 + 54118c0 commit ffa45c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def get_symbols(self):
313313
# Target and Toolchain symbols
314314
labels = self.get_labels()
315315
self.symbols = ["TARGET_%s" % t for t in labels['TARGET']]
316-
self.symbols.extend(["FEATURE_%s" % t for t in labels['FEATURE']])
317316
self.symbols.extend(["TOOLCHAIN_%s" % t for t in labels['TOOLCHAIN']])
318317

319318
# Config support

0 commit comments

Comments
 (0)