Skip to content

Commit c41e299

Browse files
authored
Merge pull request #67 from nevans/sasl/remove-unused-auth_method
Remove unused private `auth_method`
2 parents 808cc3f + 2f3db3b commit c41e299

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/net/smtp.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,6 @@ def check_auth_method(type)
846846
end
847847
end
848848

849-
def auth_method(type)
850-
"auth_#{type.to_s.downcase}".intern
851-
end
852-
853849
def check_auth_args(user, secret, authtype = DEFAULT_AUTH_TYPE)
854850
unless user
855851
raise ArgumentError, 'SMTP-AUTH requested but missing user name'

0 commit comments

Comments
 (0)