Skip to content

Commit

Permalink
Remove duplicated _set_process() function
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 18, 2024
1 parent 14f9b9b commit 5c93236
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pympipool/shared/executorbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ def __del__(self):
except (AttributeError, RuntimeError):
pass

def _set_process(self, process: RaisingThread):
self._process = process
self._process.start()


class ExecutorBroker(ExecutorBase):
def shutdown(self, wait: bool = True, *, cancel_futures: bool = False):
Expand Down

0 comments on commit 5c93236

Please sign in to comment.