Skip to content

Commit

Permalink
fix: remove redundant code which is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hammann committed Apr 13, 2022
1 parent d524285 commit 30a6c02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions supervisor/rpcinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ def startProcess(self, name, wait=True):
@return boolean result Always true unless error
"""
## check if the process is dependent upon any other process and if so make sure that one is in the RUNNING state
group, process = self._getGroupAndProcess(name)

self._update('startProcess')
group, process = self._getGroupAndProcess(name)
if process is None:
Expand Down

0 comments on commit 30a6c02

Please sign in to comment.