diff options
author | "Robert P. J. Day" | 2006-07-01 14:59:54 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-01 14:59:54 +0000 |
commit | d35ef0f66643f2bc43bd7070df0356e0b064b755 (patch) | |
tree | 5aa3ba477deef2545a65b9cd33e316fcb0496044 /networking/ifupdown.c | |
parent | edd9ca574327205933f23205d7051f613e46b23b (diff) | |
download | busybox-d35ef0f66643f2bc43bd7070df0356e0b064b755.zip busybox-d35ef0f66643f2bc43bd7070df0356e0b064b755.tar.gz |
More removal of "#if 0" content.
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index ff47e60..8ee4883 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -43,11 +43,7 @@ #define MAX_INTERFACE_LENGTH 10 #endif -#if 0 -#define debug_noise(fmt, args...) printf(fmt, ## args) -#else #define debug_noise(fmt, args...) -#endif /* Forward declaration */ struct interface_defn_t; |