summaryrefslogtreecommitdiff
path: root/lib/custodian/parser.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-01-14 10:26:02 +0000
committerSteve Kemp <steve@steve.org.uk>2013-01-14 10:26:02 +0000
commitb011042e3b16caa507aa909f0abad94b7ed6f9e6 (patch)
tree0685863f3c19f3f9dea70d1daf5e2117557780ce /lib/custodian/parser.rb
parentecfbc5b9c167aff974b7c2f90a28ba0a164b68b7 (diff)
Remove the mauve-handling
Diffstat (limited to 'lib/custodian/parser.rb')
-rw-r--r--lib/custodian/parser.rb6
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]+)\.?/ )