diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-06-24 14:42:29 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 08:52:46 -0500 |
commit | 0fe6a7f28455cd003b2668e77d5bd1e1cf15309e (patch) | |
tree | 450145c474ae8fed5ff03859e3ab2611afbc4dc6 /net.c | |
parent | 0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a (diff) | |
download | qemu-0fe6a7f28455cd003b2668e77d5bd1e1cf15309e.tar.gz qemu-0fe6a7f28455cd003b2668e77d5bd1e1cf15309e.tar.bz2 qemu-0fe6a7f28455cd003b2668e77d5bd1e1cf15309e.zip |
slirp: Drop statistic code
As agreed on the mailing list, there is no interest in keeping the
usually disabled slirp statistics in the tree. So this patch removes
them.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1112,11 +1112,6 @@ void net_slirp_smb(const char *exported_dir) #endif /* !defined(_WIN32) */ -void do_info_slirp(Monitor *mon) -{ - slirp_stats(); -} - struct GuestFwd { CharDriverState *hd; struct in_addr server; |