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
commit0e08a0ed80bb4bc6792de4c9031ab55431d0d303 (patch)
tree5d64b54c9603192f4a836981ee0ef84584c3ee0a /lib/custodian/parser.rb
parent01d4818fd16e358f393690613587b861afd91d56 (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]+)\.?/ )