Skip to content

Commit 3c8387d

Browse files
andy-shevChristoph Hellwig
authored andcommitted
uuid: remove unused uuid_le_to_bin() definition
There is no more user, so remove it. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 5714ee5 commit 3c8387d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/uuid.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ int guid_parse(const char *uuid, guid_t *u);
9898
int uuid_parse(const char *uuid, uuid_t *u);
9999

100100
/* backwards compatibility, don't use in new code */
101-
#define uuid_le_to_bin(guid, u) guid_parse(guid, u)
102-
103101
static inline int uuid_le_cmp(const guid_t u1, const guid_t u2)
104102
{
105103
return memcmp(&u1, &u2, sizeof(guid_t));

0 commit comments

Comments
 (0)