mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 21:35:43 +00:00
Remove unused variable
This commit is contained in:
parent
86b3dd06e4
commit
2632c1cbbe
@ -47,11 +47,6 @@ buffer_set bufs;
|
||||
typedef std::vector<TCPsocket> receive_list;
|
||||
receive_list pending_receives;
|
||||
|
||||
//access to this variable isn't synchronized -- it's non-critical
|
||||
//and we don't want to pay the synchronization cost when it's rarely
|
||||
//cared about.
|
||||
std::pair<int,int> current_transfer_stats;
|
||||
|
||||
typedef std::deque<buffer> received_queue;
|
||||
received_queue received_data_queue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user