Ver Fonte

didn't use that var

Tareef há 6 anos atrás
pai
commit
719555c03a
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      a2/sender.py

+ 0 - 1
a2/sender.py

@@ -24,7 +24,6 @@ snum = 0 # current number we want to send (sequence number, that is)
 char_limit = 500 # max num of characters in one packet's data field
 packets = [] # list to be turned into a list of packets
 total_packets = 0 # total number of packets
-timed_packet = -1 # packet timer corresponds to currently (-1 is a cardinal value)
 waking = False # flag if the receiver is waking the sender thread
 pack_size = 512 # packet size in bytes