AK: Remove unused URL::m_path member
This commit is contained in:
parent
ccf2597bd3
commit
d2fe657879
Notes:
sideshowbarker
2024-07-17 09:48:50 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/d2fe657879 Pull-request: https://github.com/SerenityOS/serenity/pull/20510 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 1 deletions
1
AK/URL.h
1
AK/URL.h
|
@ -176,7 +176,6 @@ private:
|
|||
|
||||
// A URL’s 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 URL’s query is either null or an ASCII string. It is initially null.
|
||||
|
|
Loading…
Add table
Reference in a new issue