mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Delete experimental deadcode
This commit is contained in:
parent
8c9310f754
commit
b0358759e5
1 changed files with 0 additions and 5 deletions
|
@ -730,16 +730,11 @@ void JsonApiServer::run()
|
|||
human = RS_HUMAN_READABLE_VERSION;
|
||||
}
|
||||
|
||||
|
||||
//std::error_code make_error_code(RsJsonApiErrorCode e)
|
||||
//{ return std::error_code(static_cast<int>(e), rsJsonApi->errorCategory()); }
|
||||
|
||||
std::error_condition make_error_condition(RsJsonApiErrorNum e)
|
||||
{
|
||||
return std::error_condition(static_cast<int>(e), rsJsonApi->errorCategory());
|
||||
}
|
||||
|
||||
|
||||
std::error_condition RsJsonApiErrorCategory::default_error_condition(int ev) const noexcept
|
||||
{
|
||||
switch(static_cast<RsJsonApiErrorNum>(ev))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue