diff options
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; |