Navigation Menu

Skip to content

Commit

Permalink
groonga: Don't load missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 3ed4b9d commit 9756546
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/droonga/plugins/groonga/table_list.rb
Expand Up @@ -13,8 +13,6 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

require "groonga/command/table-list"

require "droonga/plugin"
require "droonga/plugins/groonga/generic_command"

Expand All @@ -35,9 +33,6 @@ module TableList

class Command < GenericCommand
def process_request(request)
command_class = ::Groonga::Command.find("table_list")
@command = command_class.new("table_list", request)

tables = list_tables(table_name)
[HEADER, *tables]
end
Expand Down

0 comments on commit 9756546

Please sign in to comment.