mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove unused method
This commit is contained in:
parent
257b96094f
commit
b06c1ec7f2
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ module Sidekiq
|
|||
end.map { |msg| Sidekiq.load_json(msg) }
|
||||
end
|
||||
|
||||
def location
|
||||
Sidekiq.redis { |conn| conn.client.location }
|
||||
end
|
||||
|
||||
def redis_connection
|
||||
Sidekiq.redis { |conn| conn.client.id }
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue