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

Commit 66f42cc2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: lustre: remove [f]printf() macros that aren't being used



This isn't userspace, it's the kernel, luckily these weren't being used,
so just remove them entirely so no one gets any ideas...

Cc: Peng Tao <tao.peng@emc.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76a1de32
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -83,8 +83,6 @@


/******************************************************************************/
/******************************************************************************/


# define fprintf(a, format, b...) CDEBUG(D_OTHER, format , ## b)
# define printf(format, b...) CDEBUG(D_OTHER, format , ## b)
# define time(a) CURRENT_TIME
# define time(a) CURRENT_TIME


/******************************************************************************/
/******************************************************************************/