mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user