Navigation Menu

Skip to content

Commit

Permalink
Remove obsolete argument
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2015
1 parent a9c9323 commit 5411c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine_node.rb
Expand Up @@ -26,7 +26,7 @@ class EngineNode

attr_reader :name

def initialize(name, state, loop, params)
def initialize(name, state, loop)
@name = name
logger.trace("initialize: start")

Expand Down

0 comments on commit 5411c98

Please sign in to comment.