Skip to content

Commit 028f722

Browse files
committed
uvision5 - remove init, not used
1 parent f80b62e commit 028f722

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/export/uvision5.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ class Uvision5(Exporter):
3636

3737
MBED_CONFIG_HEADER_SUPPORTED = True
3838

39-
# backward compatibility with our scripts
40-
def __init__(self):
41-
self._targets = []
42-
4339
@ExporterTargetsProperty
4440
def TARGETS(cls):
4541
if not hasattr(cls, "_targets_supported"):

0 commit comments

Comments
 (0)