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 | 9f349498af2194915f37f99b67f709ff27458dd2 (patch) | |
tree | 16eabc212e4cdc675b04deba1634a64978834c8d /slirp/debug.c | |
parent | 0fe6a7f28455cd003b2668e77d5bd1e1cf15309e (diff) |
slirp: Cleanup and basic reanimation of debug code
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/debug.c')
-rw-r--r-- | slirp/debug.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/slirp/debug.c b/slirp/debug.c deleted file mode 100644 index ad02df79aa..0000000000 --- a/slirp/debug.c +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 1995 Danny Gasparovski. - * Portions copyright (c) 2000 Kelly Price. - * - * Please read the file COPYRIGHT for the - * terms and conditions of the copyright. - */ - -#include <slirp.h> - -FILE *dfd = NULL; -int slirp_debug = 0; |