Navigation Menu

Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2015
1 parent b73f7fd commit 4905585
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/droonga/cluster.rb
Expand Up @@ -92,14 +92,6 @@ def forward(message, destination)
false
end

def all_nodes
if @catalog
@catalog.all_nodes
else
[]
end
end

def forwardable_nodes
@forwardable_nodes ||= engine_nodes.select do |node|
node.forwardable?
Expand Down

0 comments on commit 4905585

Please sign in to comment.