summaryrefslogtreecommitdiffstats
path: root/slirp
diff options
context:
space:
mode:
authorBlue Swirl2013-01-05 15:48:22 +0100
committerBlue Swirl2013-01-12 13:26:16 +0100
commitb6d9439c0d221b477c479a41a46797eee228bf88 (patch)
tree01aeea21c0b0d94afaabbfadad869f720c8f6aaf /slirp
parentuser: Consider symbolic links as possible directories (diff)
downloadqemu-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.h1
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 */