mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
Remove unreachable code.
This commit is contained in:
parent
602edd7566
commit
e249d1a2a1
1 changed files with 0 additions and 2 deletions
|
|
@ -340,7 +340,6 @@ ffs_u32(uint32_t x) {
|
|||
#else
|
||||
#error No implementation for 32-bit ffs()
|
||||
#endif
|
||||
return ffs_u(x);
|
||||
}
|
||||
|
||||
static inline unsigned
|
||||
|
|
@ -350,7 +349,6 @@ fls_u32(uint32_t x) {
|
|||
#else
|
||||
#error No implementation for 32-bit fls()
|
||||
#endif
|
||||
return fls_u(x);
|
||||
}
|
||||
|
||||
static inline uint64_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue