summaryrefslogtreecommitdiff
path: root/common/debug.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-27 03:07:37 +0900
committertmk <nobody@nowhere>2012-10-27 03:07:37 +0900
commit16a583d7fd057c3ebcb859db44f097fd8073ec49 (patch)
treec10f26cbf2e65b523cb1fa7e642c3d79b4873f13 /common/debug.h
parent9389585d3d16319d5d739eef84f4ff11076235c1 (diff)
Fix usage of debug flag
Diffstat (limited to 'common/debug.h')
-rw-r--r--common/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/debug.h b/common/debug.h
index c12f2cb004..648f0e096c 100644
--- a/common/debug.h
+++ b/common/debug.h
@@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define debug_bin_reverse16(data) do { if (debug_enable) print_bin_reverse16(data); } while (0)
#define debug_bin_reverse32(data) do { if (debug_enable) print_bin_reverse32(data); } while (0)
-#define debug_dec(data) debug_dec(data)
#define debug_hex(data) debug_hex8(data)
#define debug_bin(data) debug_bin8(data)
#define debug_bin_reverse(data) debug_bin8(data)