remove unused helper

This commit is contained in:
Jean-Paul Calderone 2020-12-09 10:36:17 -05:00
parent 4f01c8f33e
commit 9412cf70c2

View File

@ -800,7 +800,6 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
value = value.encode("utf-8")
config.setdefault(section, {})[feature] = value
setclient = partial(setconf, config, which, "client")
setnode = partial(setconf, config, which, "node")
sethelper = partial(setconf, config, which, "helper")