Merge "swift-init: Don't expose misleading commands"

This commit is contained in:
Zuul 2020-09-03 23:19:59 +00:00 committed by Gerrit Code Review
commit f38ab4435f

View File

@ -381,7 +381,6 @@ class Manager(object):
status += 1
return status
@command
def kill_child_pids(self, **kwargs):
"""kill child pids, optionally servicing accepted connections"""
status = 0