diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-02-13 11:49:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-02-13 11:49:14 +0000 |
commit | 0f8ea1182d1654f0ff2d656cd85de7283691a595 (patch) | |
tree | c99117f2611ea4f8e86d6db2d55a77b1d070692f /lib/custodian | |
parent | d2ee5f620e6ad1cf3b2bdafd38cc218f84829a5b (diff) |
We no longer need to include the TCP-class, as we're no
longer derived from it.
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/protocoltest/ldap.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/ldap.rb b/lib/custodian/protocoltest/ldap.rb index 9da4ce5..dfe1cc8 100644 --- a/lib/custodian/protocoltest/ldap.rb +++ b/lib/custodian/protocoltest/ldap.rb @@ -1,4 +1,3 @@ -require 'custodian/protocoltest/tcp' require 'ldap' |