mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 06:13:13 +00:00
Remove unreachable code.
This commit is contained in:
@@ -340,7 +340,6 @@ ffs_u32(uint32_t x) {
|
|||||||
#else
|
#else
|
||||||
#error No implementation for 32-bit ffs()
|
#error No implementation for 32-bit ffs()
|
||||||
#endif
|
#endif
|
||||||
return ffs_u(x);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline unsigned
|
static inline unsigned
|
||||||
@@ -350,7 +349,6 @@ fls_u32(uint32_t x) {
|
|||||||
#else
|
#else
|
||||||
#error No implementation for 32-bit fls()
|
#error No implementation for 32-bit fls()
|
||||||
#endif
|
#endif
|
||||||
return fls_u(x);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline uint64_t
|
static inline uint64_t
|
||||||
|
|||||||
Reference in New Issue
Block a user