浏览代码

UBIFS: remove a couple of unused macros

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Artem Bityutskiy 13 年之前
父节点
当前提交
1baafd28dc
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      fs/ubifs/debug.h

+ 0 - 3
fs/ubifs/debug.h

@@ -331,9 +331,6 @@ void dbg_debugfs_exit_fs(struct ubifs_info *c);
 		ubifs_err(fmt, ##__VA_ARGS__);     \
 		ubifs_err(fmt, ##__VA_ARGS__);     \
 } while (0)
 } while (0)
 
 
-#define DBGKEY(key)  ((char *)(key))
-#define DBGKEY1(key) ((char *)(key))
-
 #define ubifs_dbg_msg(fmt, ...) do {                        \
 #define ubifs_dbg_msg(fmt, ...) do {                        \
 	if (0)                                              \
 	if (0)                                              \
 		printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \
 		printk(KERN_DEBUG fmt "\n", ##__VA_ARGS__); \