mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
ParsedURL: Remove base field
This commit is contained in:
parent
f705ce7f9a
commit
4077aa43a8
6 changed files with 2 additions and 20 deletions
|
|
@ -7,8 +7,6 @@ namespace nix {
|
|||
|
||||
struct ParsedURL
|
||||
{
|
||||
/// URL without query/fragment
|
||||
std::string base; // FIXME: remove
|
||||
std::string scheme;
|
||||
std::optional<std::string> authority;
|
||||
std::string path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue