diff options
| author | Blue Swirl | 2013-01-05 15:48:22 +0100 |
|---|---|---|
| committer | Blue Swirl | 2013-01-12 13:26:16 +0100 |
| commit | b6d9439c0d221b477c479a41a46797eee228bf88 (patch) | |
| tree | 01aeea21c0b0d94afaabbfadad869f720c8f6aaf /slirp | |
| parent | user: Consider symbolic links as possible directories (diff) | |
| download | qemu-b6d9439c0d221b477c479a41a46797eee228bf88.tar.gz qemu-b6d9439c0d221b477c479a41a46797eee228bf88.tar.xz qemu-b6d9439c0d221b477c479a41a46797eee228bf88.zip | |
slirp: remove unused field tt
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'slirp')
| -rw-r--r-- | slirp/slirp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h index dfc3e3a2b8..fe0e65d0ee 100644 --- a/slirp/slirp.h +++ b/slirp/slirp.h @@ -215,7 +215,6 @@ struct Slirp { char client_hostname[33]; int restricted; - struct timeval tt; struct ex_list *exec_list; /* mbuf states */ |
