mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
slirp: remove unused field tt
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
338d80dd35
commit
b6d9439c0d
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ struct Slirp {
|
|||
char client_hostname[33];
|
||||
|
||||
int restricted;
|
||||
struct timeval tt;
|
||||
struct ex_list *exec_list;
|
||||
|
||||
/* mbuf states */
|
||||
|
|
Loading…
Reference in a new issue