diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-01-14 10:26:02 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-01-14 10:26:02 +0000 |
commit | b011042e3b16caa507aa909f0abad94b7ed6f9e6 (patch) | |
tree | 0685863f3c19f3f9dea70d1daf5e2117557780ce | |
parent | ecfbc5b9c167aff974b7c2f90a28ba0a164b68b7 (diff) |
Remove the mauve-handling
-rw-r--r-- | lib/custodian/parser.rb | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -254,12 +254,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 # if ( line =~ /^([0-9A-Z]_+)\s+are\s+fetched\s+from\s+([^\s]+)\.?/ ) |