mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
AK: Remove deprecated m_path member variable from URL
The m_path member variable has been superseded by m_paths. Thus, it has been removed. The path() getter will continue to exist as a convenience method for getting the path joined together as a string.
This commit is contained in:
parent
b7c6af0a04
commit
522ef53b98
Notes:
sideshowbarker
2024-07-18 17:03:59 +09:00
Author: https://github.com/MaxWipfli
Commit: 522ef53b98
Pull-request: https://github.com/SerenityOS/serenity/pull/7478
Reviewed-by: https://github.com/awesomekling
2 changed files with 18 additions and 33 deletions
1
AK/URL.h
1
AK/URL.h
|
@ -68,7 +68,6 @@ public:
|
|||
void set_password(const String&);
|
||||
void set_host(const String&);
|
||||
void set_port(const u16);
|
||||
void set_path(const String&);
|
||||
void set_paths(const Vector<String>&);
|
||||
void set_query(const String&);
|
||||
void set_fragment(const String&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue