summaryrefslogtreecommitdiff
path: root/util/flashrom/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/debug.h')
-rw-r--r--util/flashrom/debug.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/flashrom/debug.h b/util/flashrom/debug.h
deleted file mode 100644
index 0614747ba8..0000000000
--- a/util/flashrom/debug.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __DEBUG_H__
-#define __DEBUG_H__ 1
-
-//#define printf_debug(x...) printf(x)
-
-extern int verbose;
-
-#define printf_debug(x...) { if(verbose) printf(x); }
-
-#endif