More removal of "#if 0" content.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 14:59:54 +00:00
parent edd9ca5743
commit d35ef0f666
6 changed files with 0 additions and 93 deletions

View File

@@ -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;