summaryrefslogtreecommitdiff
path: root/laden/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'laden/output.h')
-rw-r--r--laden/output.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/laden/output.h b/laden/output.h
index ff0c3a8..7ce62af 100644
--- a/laden/output.h
+++ b/laden/output.h
@@ -71,14 +71,4 @@ int printf (const char *fmt, ...);
/* True if debug mode is enabled. */
extern int output_debug;
-
-/* Print a debug message. */
-#define debug(fmt, ...) \
- ({ \
- extern char *program_name; \
- if (output_debug) \
- printf ("%s:%s: " fmt, program_name, \
- __FUNCTION__, ##__VA_ARGS__); \
- })
-
#endif /* _OUTPUT_H */