From f6265404942d58d2e54e1328320ad141eab02c49 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Sat, 21 Apr 2018 20:19:21 -0700 Subject: [PATCH] remove unused functions --- tools/odrive/usbbulk_transport.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/odrive/usbbulk_transport.py b/tools/odrive/usbbulk_transport.py index 2ed8ba11..5a3bd772 100644 --- a/tools/odrive/usbbulk_transport.py +++ b/tools/odrive/usbbulk_transport.py @@ -132,12 +132,6 @@ class USBBulkTransport(odrive.protocol.PacketSource, odrive.protocol.PacketSink) self._was_damaged = True raise odrive.protocol.ChannelDamagedException() - def send_max(self): - return 64 - - def receive_max(self): - return 64 - def discover_channels(path, serial_number, callback, cancellation_token, channel_termination_token, printer): """