remove unused member

This commit is contained in:
INADA Naoki
2016-01-03 15:40:33 +09:00
parent 1893637aad
commit 54c745adbc

View File

@@ -1471,4 +1471,3 @@ class LoadLocalFile(object):
# send the empty packet to signify we are done sending data
packet = struct.pack('<i', 0)[:3] + int2byte(seq_id)
self.connection._write_bytes(packet)
self.next_packet = (seq_id + 1) % 256