1
0
Fork 0

uuid: remove unused uuid_le_to_bin() definition

There is no more user, so remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
zero-sugar-mainline-defconfig
Andy Shevchenko 2020-06-22 10:53:55 +03:00 committed by Christoph Hellwig
parent 5714ee50bb
commit 3c8387d234
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ int guid_parse(const char *uuid, guid_t *u);
int uuid_parse(const char *uuid, uuid_t *u);
/* backwards compatibility, don't use in new code */
#define uuid_le_to_bin(guid, u) guid_parse(guid, u)
static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)
{
return memcmp(&u1, &u2, sizeof(guid_t));