mirror of https://github.com/ARMmbed/mbed-os.git
uvision5 - remove init, not used
parent
f80b62ed00
commit
028f722868
|
|
@ -36,10 +36,6 @@ class Uvision5(Exporter):
|
|||
|
||||
MBED_CONFIG_HEADER_SUPPORTED = True
|
||||
|
||||
# backward compatibility with our scripts
|
||||
def __init__(self):
|
||||
self._targets = []
|
||||
|
||||
@ExporterTargetsProperty
|
||||
def TARGETS(cls):
|
||||
if not hasattr(cls, "_targets_supported"):
|
||||
|
|
|
|||
Loading…
Reference in New Issue