1
0
Fork 0
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:
Eelco Dolstra 2022-04-06 15:05:08 +02:00
parent 168ef9f3ab
commit 8bd9ebf52c
3 changed files with 0 additions and 11 deletions

View file

@ -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);