staging: lustre: drop macro that has no uses

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

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Aastha Gupta 2017-10-19 00:19:40 +05:30 committed by Greg Kroah-Hartman
parent 3dfbe9ea54
commit b380de05a8
1 changed files with 0 additions and 2 deletions

View File

@ -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.