Skip to content

Commit 8e6d96a

Browse files
committed
Remove unused event
I suspect this was a vestigial thought-process or unintentional copy-pasta. It is unused now, so remove it.
1 parent bd5bbd1 commit 8e6d96a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute_endpoint/globus_compute_endpoint/endpoint/endpoint_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def __init__(
159159

160160
self._reload_requested = False
161161
self._time_to_stop = False
162-
self._kill_event = threading.Event()
163162

164163
self._heartbeat_period: float = max(MINIMUM_HEARTBEAT, config.heartbeat_period)
165164

@@ -577,7 +576,6 @@ def start(self):
577576
ptitle = f"[shutdown in progress] {setproctitle.getproctitle()}"
578577
setproctitle.setproctitle(ptitle)
579578
self._command_stop_event.set()
580-
self._kill_event.set()
581579

582580
if self.identity_mapper:
583581
self.identity_mapper.stop_watching()

0 commit comments

Comments
 (0)