diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index c998252..892faac 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -12,8 +12,6 @@ # This program is free software. You can re-distribute and/or # modify this program under the same terms as Ruby itself. # -# $Id$ -# # See Net::SMTP for documentation. # @@ -195,8 +193,6 @@ class SMTPUTF8RequiredError < SMTPUnsupportedCommand class SMTP < Protocol VERSION = "0.3.3" - Revision = %q$Revision$.split[1] - # The default SMTP port number, 25. def SMTP.default_port 25