summaryrefslogtreecommitdiff
path: root/lib/uri/ws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/ws.rb')
-rw-r--r--lib/uri/ws.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/uri/ws.rb b/lib/uri/ws.rb
index 2bfee59003..b846ba208a 100644
--- a/lib/uri/ws.rb
+++ b/lib/uri/ws.rb
@@ -78,7 +78,4 @@ module URI
url.start_with?(?/.freeze) ? url : ?/ + url
end
end
-
- @@schemes['WS'] = WS
-
end