Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/dist/include/jemalloc/internal remove ...



details:   https://anonhg.NetBSD.org/src/rev/a52f3b31838a
branches:  trunk
changeset: 449377:a52f3b31838a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 20:03:53 2019 +0000

description:
remove unused line

diffstat:

 external/bsd/jemalloc/dist/include/jemalloc/internal/bit_util.h |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r c4392ece5eec -r a52f3b31838a external/bsd/jemalloc/dist/include/jemalloc/internal/bit_util.h
--- a/external/bsd/jemalloc/dist/include/jemalloc/internal/bit_util.h   Mon Mar 04 20:03:00 2019 +0000
+++ b/external/bsd/jemalloc/dist/include/jemalloc/internal/bit_util.h   Mon Mar 04 20:03:53 2019 +0000
@@ -58,7 +58,6 @@
 #else
 #error No implementation for 32-bit ffs()
 #endif
-       return ffs_u(bitmap);
 }
 
 BIT_UTIL_INLINE uint64_t



Home | Main Index | Thread Index | Old Index