udev-manager: actually remove the property
authorDavid Tardon <dtardon@redhat.com>
Wed, 8 Nov 2023 13:41:28 +0000 (14:41 +0100)
committerDavid Tardon <dtardon@redhat.com>
Wed, 8 Nov 2023 13:41:28 +0000 (14:41 +0100)
commite1593039dbb64e47e3ec81d2c913e7730d94a727
tree386b201dee820b2a7ff71e140407218d565a4b18
parentc62345ffc7afc2daa5daec1a3add5609f028a977
udev-manager: actually remove the property

AFAICT there's no reason to keep removed entries in the Hashmap
(although it doesn't break anything either). The only use of this
hashmap is in udev_rule_apply_token_to_event(), which just retrieves the
value using hashmap_get(), hence there's no difference there between an
existing entry with a NULL value and a missing entry.
src/udev/udev-manager.c