remove unused functions

This commit is contained in:
Samuel Sadok
2018-04-21 20:19:21 -07:00
parent 80b3bab553
commit f626540494
-6
View File
@@ -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):
"""