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

Commit b380de05 authored by Aastha Gupta's avatar Aastha Gupta Committed by Greg Kroah-Hartman
Browse files

staging: lustre: drop macro that has no uses



This patch removes DLUBUF and PLUBUF macro, both of which have no users.

Signed-off-by: default avatarAastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3dfbe9ea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1303,8 +1303,6 @@ struct lu_buf {
	size_t	lb_len;
};

#define DLUBUF "(%p %zu)"
#define PLUBUF(buf) (buf)->lb_buf, (buf)->lb_len
/**
 * One-time initializers, called at obdclass module initialization, not
 * exported.