Skip to content

Commit 7f84cb0

Browse files
committed
Remove unused method
1 parent d1be120 commit 7f84cb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/solid_queue/processes/runnable.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ def stop
2525
@thread&.join
2626
end
2727

28-
def alive?
29-
!running_async? || @thread.alive?
30-
end
31-
3228
private
3329
DEFAULT_MODE = :async
3430

0 commit comments

Comments
 (0)