Skip to content

Commit

Permalink
Remove useless #search
Browse files Browse the repository at this point in the history
Because "dataset" can't be specified.
  • Loading branch information
kou committed Jan 27, 2014
1 parent de44a3a commit b8069f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/droonga/client.rb
Expand Up @@ -76,15 +76,6 @@ def subscribe(message, options={}, &block)
@connection.subscribe(message, options, &block)
end

def search(body, options={}, &block)
request({
"type" => "search",
"body" => body,
},
options,
&block)
end

# Close the connection used by the client. You can't send any
# request anymore.
#
Expand Down

0 comments on commit b8069f2

Please sign in to comment.