AK: Remove unused URL::m_path member

This commit is contained in:
Shannon Booth 2023-08-12 16:52:35 +12:00 committed by Andrew Kaster
parent ccf2597bd3
commit d2fe657879

View file

@ -176,7 +176,6 @@ private:
// A URLs path is either a URL path segment or a list of zero or more URL path segments, usually identifying a location. It is initially « ».
// A URL path segment is an ASCII string. It commonly refers to a directory or a file, but has no predefined meaning.
DeprecatedString m_path;
Vector<DeprecatedString> m_paths;
// A URLs query is either null or an ASCII string. It is initially null.