mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Error: Remove unused sname() method
This commit is contained in:
parent
168ef9f3ab
commit
8bd9ebf52c
3 changed files with 0 additions and 11 deletions
|
@ -123,8 +123,6 @@ public:
|
|||
|
||||
template<typename... Args>
|
||||
FileTransferError(FileTransfer::Error error, std::optional<std::string> response, const Args & ... args);
|
||||
|
||||
virtual const char* sname() const override { return "FileTransferError"; }
|
||||
};
|
||||
|
||||
bool isUri(std::string_view s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue