aboutsummaryrefslogtreecommitdiff
path: root/slirp/slirp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/slirp.h')
-rw-r--r--slirp/slirp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/slirp/slirp.h b/slirp/slirp.h
index 0c62fd784b..c30858275e 100644
--- a/slirp/slirp.h
+++ b/slirp/slirp.h
@@ -3,15 +3,6 @@
//#define DEBUG 1
-// Uncomment the following line to enable SLIRP statistics printing in Qemu
-//#define LOG_ENABLED
-
-#ifdef LOG_ENABLED
-#define STAT(expr) expr
-#else
-#define STAT(expr) do { } while(0)
-#endif
-
#include "config-host.h"
#include "slirp_config.h"