mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Remove unused variable
This commit is contained in:
parent
5f7b535b81
commit
1a38e62a09
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ ParsedURL parseURL(const std::string & url)
|
|||
std::smatch match;
|
||||
|
||||
if (std::regex_match(url, match, uriRegex)) {
|
||||
auto & base = match[1];
|
||||
std::string scheme = match[2];
|
||||
auto authority = match[3].matched
|
||||
? std::optional<std::string>(match[3]) : std::nullopt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue