aboutsummaryrefslogtreecommitdiff
path: root/block/nbd-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'block/nbd-client.h')
-rw-r--r--block/nbd-client.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/block/nbd-client.h b/block/nbd-client.h
index 4587053114..570538f4c8 100644
--- a/block/nbd-client.h
+++ b/block/nbd-client.h
@@ -5,15 +5,6 @@
#include "block/block_int.h"
#include "io/channel-socket.h"
-/* #define DEBUG_NBD */
-
-#if defined(DEBUG_NBD)
-#define logout(fmt, ...) \
- fprintf(stderr, "nbd\t%-24s" fmt, __func__, ##__VA_ARGS__)
-#else
-#define logout(fmt, ...) ((void)0)
-#endif
-
#define MAX_NBD_REQUESTS 16
typedef struct {