diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2018-11-14 16:36:12 +0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-01-14 00:40:54 +0100 |
commit | 8de6db67dd4ad0a964fd9cfaebe30a8fdb23421a (patch) | |
tree | 5e80d9eb634c40b4a2facfe46f69a39dc3e60125 /slirp/slirp_config.h | |
parent | d846b927a613afbee7bd30756d1c8384085cfc64 (diff) | |
download | qemu-8de6db67dd4ad0a964fd9cfaebe30a8fdb23421a.zip qemu-8de6db67dd4ad0a964fd9cfaebe30a8fdb23421a.tar.gz qemu-8de6db67dd4ad0a964fd9cfaebe30a8fdb23421a.tar.bz2 |
slirp: remove PROBE_CONN dead-code
Nobody cares for over 14y. Somebody can revert or rewrite if
interested by that.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'slirp/slirp_config.h')
-rw-r--r-- | slirp/slirp_config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index c59f655..721667e 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -2,10 +2,6 @@ * User definable configuration options */ -/* Define if you want the connection to be probed */ -/* XXX Not working yet, so ignore this for now */ -#undef PROBE_CONN - /* Define to 1 if you want KEEPALIVE timers */ #define DO_KEEPALIVE 0 |