On Thu, Oct 22, 2020 at 11:35:05AM +0200, Peter Krempa wrote:
Since we use virHashTable for string-keyed values only, we can
remove
all the callbacks which allowed universal keys.
Code which wishes to use non-string keys should use glib's GHashTable.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/virhash.c | 68 +++++++---------------------------------------
src/util/virhash.h | 54 ------------------------------------
2 files changed, 10 insertions(+), 112 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>