summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/mysql.rb')
-rw-r--r--lib/custodian/protocoltest/mysql.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/custodian/protocoltest/mysql.rb b/lib/custodian/protocoltest/mysql.rb
index 152c53f..e462dc4 100644
--- a/lib/custodian/protocoltest/mysql.rb
+++ b/lib/custodian/protocoltest/mysql.rb
@@ -34,17 +34,6 @@ module Custodian
#
@host = line.split(/\s+/)[0]
-
- #
- # Is this test inverted?
- #
- if line =~ /must\s+not\s+run\s+/
- @inverted = true
- else
- @inverted = false
- end
-
-
#
# Save the port
#