summaryrefslogtreecommitdiff
path: root/libbcachefs/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/util.h')
-rw-r--r--libbcachefs/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libbcachefs/util.h b/libbcachefs/util.h
index 9eb86c58..70bde2e4 100644
--- a/libbcachefs/util.h
+++ b/libbcachefs/util.h
@@ -839,9 +839,4 @@ static inline int u8_cmp(u8 l, u8 r)
#include <linux/uuid.h>
-static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2)
-{
- return memcmp(&u1, &u2, sizeof(uuid_le));
-}
-
#endif /* _BCACHEFS_UTIL_H */