Skip to content

Commit

Permalink
UBIFS: remove a couple of unused macros
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
dedekind committed May 16, 2012
1 parent edf6be2 commit 1baafd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ubifs/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__); \
Expand Down

0 comments on commit 1baafd2

Please sign in to comment.