Skip to content

Commit 54118c0

Browse files
committed
Removed duplicate feature declarations
1 parent bd2159d commit 54118c0

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)