Skip to content

Commit 6d382ea

Browse files
committed
Delete now unused MTSCode.combine_bins_mts_dot function for tools.
1 parent 8ba0a74 commit 6d382ea

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

tools/export/uvision/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ class Uvision(Exporter):
135135
"MCU_NRF51Code.binary_hook",
136136
"TEENSY3_1Code.binary_hook",
137137
"LPCTargetCode.lpc_patch",
138-
"LPC4088Code.binary_hook",
139-
"MTSCode.combine_bins_mts_dot",
138+
"LPC4088Code.binary_hook"
140139
"MTSCode.combine_bins_mts_dragonfly",
141140
"NCS36510TargetCode.ncs36510_addfib",
142141
"LPC55S69Code.binary_hook",

tools/targets/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -562,11 +562,6 @@ def _combine_bins_helper(target_name, binf):
562562
os.remove(binf)
563563
os.rename(target, binf)
564564

565-
@staticmethod
566-
def combine_bins_mts_dot(t_self, resources, elf, binf):
567-
"""A hook for the MTS MDOT"""
568-
MTSCode._combine_bins_helper("MTS_MDOT_F411RE", binf)
569-
570565
@staticmethod
571566
def combine_bins_mts_dragonfly(t_self, resources, elf, binf):
572567
"""A hoof for the MTS Dragonfly"""

0 commit comments

Comments
 (0)