aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/generic.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index a5ebaa11c3..0169934d04 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -1340,12 +1340,6 @@ module URI
end
end
- # returns the assemble String with path and query components
- def path_query
- @query ? "#@path?#@query" : @path
- end
- private :path_query
-
#
# Constructs String from URI
#