uvision5 - remove init, not used

pull/2186/head
0xc0170 2016-07-18 15:10:34 +01:00
parent f80b62ed00
commit 028f722868
1 changed files with 0 additions and 4 deletions

View File

@ -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"):