mirror of https://github.com/ARMmbed/mbed-os.git
Delete now unused MTSCode.combine_bins_mts_dot function for tools.
parent
8ba0a74dae
commit
6d382ea969
|
@ -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",
|
||||
|
|
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue