remove old code

This commit is contained in:
Jordan Sissel 2011-02-27 03:05:01 -08:00
parent afe42d5276
commit f7438b3f80

View file

@ -73,7 +73,6 @@ class LogStash::Filters::Multiline < LogStash::Filters::Base
public
def register
@logger.debug "Setting type #{@type.inspect} to the config #{@config.inspect}"
raise "type \"#{@type}\" defined more than once" unless @types[type].empty?
begin
@pattern = Regexp.new(@pattern)