diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-04-06 15:05:08 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-04-08 11:31:51 +0200 |
commit | 8bd9ebf52c9f7c5381d071250660a48d133b5e87 (patch) | |
tree | 1e1ffeaec2266ddbc9fb6dad2d7e34f4f49bc661 /src/libstore | |
parent | 168ef9f3ab73ac8ea2d8263304fd6df29a76e0e0 (diff) |
Error: Remove unused sname() method
Diffstat (limited to 'src/libstore')
-rw-r--r-- | src/libstore/filetransfer.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/filetransfer.hh b/src/libstore/filetransfer.hh index ca61e3937..1ad96bc10 100644 --- a/src/libstore/filetransfer.hh +++ b/src/libstore/filetransfer.hh @@ -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); |