From 028f7228682921e7a2e82c85d93a8d6a54c55ace Mon Sep 17 00:00:00 2001 From: 0xc0170 Date: Mon, 18 Jul 2016 15:10:34 +0100 Subject: [PATCH] uvision5 - remove init, not used --- tools/export/uvision5.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/export/uvision5.py b/tools/export/uvision5.py index bb6edfec8b..543625a237 100644 --- a/tools/export/uvision5.py +++ b/tools/export/uvision5.py @@ -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"):