From 0e08a0ed80bb4bc6792de4c9031ab55431d0d303 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 14 Jan 2013 10:26:02 +0000 Subject: Remove the mauve-handling --- lib/custodian/parser.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 0409e4e..7ed0725 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -253,12 +253,6 @@ module Custodian # return nil if ( ( line.nil? ) || ( line =~ /^#/ ) || ( line.length < 1 ) ) - # - # The specification of mauve-server to which we should raise our alerts to. - # - return nil if ( line =~ /Mauve\s+server(.*)source/ ) - - # # Look for macro definitions, inline # -- cgit v1.2.1