
22 Oct
2020
22 Oct
'20
7:51 a.m.
On Thu, Oct 22, 2020 at 11:35:03AM +0200, Peter Krempa wrote:
The only place we call it is in virHashNew. Move the code to virHashNew and remove virHashCreateFull.
Code wishing to use non-strings as hash table keys will be better off using glib's GHashTable directly.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virhash.c | 53 +++++++++------------------------------------- src/util/virhash.h | 7 ------ 2 files changed, 10 insertions(+), 50 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>