Remove popcount in favor of ws_count_ones.
authorGerald Combs <gerald@wireshark.org>
Mon, 12 Mar 2018 21:35:43 +0000 (14:35 -0700)
committerAnders Broman <a.broman58@gmail.com>
Tue, 13 Mar 2018 17:18:01 +0000 (17:18 +0000)
commit0874b8bac6ca89f1d91d30d66d54f425e4e7c81e
treea55f7711fae9f423d66ccff34a48feedf7c51551
parenta2cbec743e9c25154281413ea6062ecf81a8a5ea
Remove popcount in favor of ws_count_ones.

Remove our popcount implementation in favor of ws_count_ones, which
is our other popcount implementation. This required updating and
running process-x11-xcb.pl.

Change-Id: I8634c55242113b338c5b0173837c35f98b148b4f
Reviewed-on: https://code.wireshark.org/review/26454
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
13 files changed:
ConfigureChecks.cmake
cmakeconfig.h.in
configure.ac
debian/libwsutil0.symbols
epan/dissectors/packet-x11.c
epan/dissectors/x11-extension-implementation.h
epan/dissectors/x11-glx-render-enum.h
tools/process-x11-fields.pl
tools/process-x11-xcb.pl
wsutil/CMakeLists.txt
wsutil/Makefile.am
wsutil/popcount.c [deleted file]
wsutil/popcount.h [deleted file]