Delete now unused MTSCode.combine_bins_mts_dot function for tools.

pull/12765/head
Taylor Heck 2020-03-26 13:18:28 -05:00
parent 8ba0a74dae
commit 6d382ea969
2 changed files with 1 additions and 7 deletions

View File

@ -135,8 +135,7 @@ class Uvision(Exporter):
"MCU_NRF51Code.binary_hook",
"TEENSY3_1Code.binary_hook",
"LPCTargetCode.lpc_patch",
"LPC4088Code.binary_hook",
"MTSCode.combine_bins_mts_dot",
"LPC4088Code.binary_hook"
"MTSCode.combine_bins_mts_dragonfly",
"NCS36510TargetCode.ncs36510_addfib",
"LPC55S69Code.binary_hook",

View File

@ -562,11 +562,6 @@ class MTSCode(object):
os.remove(binf)
os.rename(target, binf)
@staticmethod
def combine_bins_mts_dot(t_self, resources, elf, binf):
"""A hook for the MTS MDOT"""
MTSCode._combine_bins_helper("MTS_MDOT_F411RE", binf)
@staticmethod
def combine_bins_mts_dragonfly(t_self, resources, elf, binf):
"""A hoof for the MTS Dragonfly"""