From 1baafd28dc17422f10be9b2a3a75432154e3abc7 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 16 May 2012 19:36:04 +0300 Subject: UBIFS: remove a couple of unused macros Signed-off-by: Artem Bityutskiy --- fs/ubifs/debug.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fs/ubifs') diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index f8983693487..b34aeff0752 100644 --- a/fs/ubifs/debug.h +++ b/fs/ubifs/debug.h @@ -331,9 +331,6 @@ void dbg_debugfs_exit_fs(struct ubifs_info *c); ubifs_err(fmt, ##__VA_ARGS__); \ } while (0) -#define DBGKEY(key) ((char *)(key)) -#define DBGKEY1(key) ((char *)(key)) - #define ubifs_dbg_msg(fmt, ...) do { \ if (0) \ printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \ -- cgit v1.2.3