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/00bfb2d099a8
branches: trunk
changeset: 839739:00bfb2d099a8
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 d7b1028149f0 -r 00bfb2d099a8 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