Navigation Menu

Skip to content

Commit

Permalink
Remove needless require
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 5fc962a commit c838f59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/droonga-engine-absorb-data
Expand Up @@ -26,7 +26,6 @@ require "droonga/node_name"
require "droonga/data_absorber_client"
require "droonga/serf"
require "droonga/client"
require "droonga/restarter"

module Droonga
module Command
Expand Down
1 change: 0 additions & 1 deletion lib/droonga/serf.rb
Expand Up @@ -27,7 +27,6 @@
require "droonga/line_buffer"
require "droonga/safe_file_writer"
require "droonga/service_installation"
require "droonga/restarter"

module Droonga
class Serf
Expand Down
1 change: 0 additions & 1 deletion lib/droonga/serf/remote_command.rb
Expand Up @@ -23,7 +23,6 @@
require "droonga/catalog/fetcher"
require "droonga/safe_file_writer"
require "droonga/service_installation"
require "droonga/restarter"

module Droonga
class Serf
Expand Down

0 comments on commit c838f59

Please sign in to comment.