aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 3f999efd50..7a04aa2aa2 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -55,8 +55,6 @@ Net::Protocol
class SMTP < Protocol
- Version = '1.1.3'
-
protocol_param :port, '25'
protocol_param :command_type, '::Net::SMTPCommand'