command: remove the obsolete Error support code

This commit is contained in:
Max Kellermann
2016-11-10 12:51:22 +01:00
parent 43b285ef7a
commit 741c6f1179
4 changed files with 1 additions and 42 deletions

View File

@@ -25,14 +25,10 @@
#include <exception>
class Response;
class Error;
/**
* Send the #Error to the client.
* Send the exception to the client.
*/
CommandResult
print_error(Response &r, const Error &error);
void
PrintError(Response &r, std::exception_ptr ep);