Skip to content

fix deleted group is in listGroups

Lieven Hey requested to merge fladnag/kconfig:master into master

calling deleteGroup only deletes all entries but the group does still exists in listGroups

this is somewhat irritating since calling exists on that group will return false

with this patch the group does no longer exists in listGroup

Merge request reports