diff options
| author | Jan Kiszka | 2009-06-24 14:42:29 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2009-06-29 15:52:46 +0200 |
| commit | 0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a (patch) | |
| tree | 17797b80174a0d19f756ca3255b709d3b191cf7a /slirp/debug.h | |
| parent | slirp: Add info usernet for dumping connection states (diff) | |
| download | qemu-0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a.tar.gz qemu-0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a.tar.xz qemu-0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a.zip | |
slirp: Drop dead code
After all its years inside the qemu tree, there is no point in keeping
the dead code paths of slirp. This patch is a first round of removing
usually commented out code parts. More cleanups need to follow (and
maybe finally a proper reindention).
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/debug.h')
| -rw-r--r-- | slirp/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/slirp/debug.h b/slirp/debug.h index c43eff73d3..963ffda072 100644 --- a/slirp/debug.h +++ b/slirp/debug.h @@ -9,8 +9,6 @@ #define PRN_SPRINTF 2 extern FILE *dfd; -extern FILE *lfd; -extern int dostats; extern int slirp_debug; #define DBG_CALL 0x1 |
