Function: removeSet(string _name)
This function is used to remove a set.
Inputs
_name
Control: Arbitrary.
Constraints: None.
Impact: Name of the set.
Branches and code coverage
Intended branches
Remove the
_name
from thesetNames
mapping.
Negative behavior
Revert if the caller is not the authority.