diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-04-14 19:12:43 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-04-14 19:12:43 +0200 |
commit | 391c2ce19c0954d3ea0f7b6cc17c001d26491ca6 (patch) | |
tree | ad798d2f24c85ab77b2c189f128fca9df0ac61c5 /lib | |
parent | 43947e5a04857950610b0d35c75086de4229b3d6 (diff) |
httputil: remove obsolete version_1_2 declaration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index da2f3fe1..fb275547 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -164,8 +164,6 @@ module ::Net end end -Net::HTTP.version_1_2 - module ::Irc module Utils |