Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1baafd28 authored by Artem Bityutskiy's avatar Artem Bityutskiy
Browse files

UBIFS: remove a couple of unused macros

parent edf6be24
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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__); \