Skip to content

Commit 4bb0042

Browse files
committed
Merge pull request #9423
aaeffb7 rpc: remove COMMAND_RPC_FAST_EXIT (hinto.janai)
2 parents fdc238e + aaeffb7 commit 4bb0042

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/rpc/core_rpc_server_commands_defs.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,25 +1847,6 @@ inline const std::string get_rpc_status(const bool trusted_daemon, const std::st
18471847
typedef epee::misc_utils::struct_init<response_t> response;
18481848
};
18491849

1850-
struct COMMAND_RPC_FAST_EXIT
1851-
{
1852-
struct request_t: public rpc_request_base
1853-
{
1854-
BEGIN_KV_SERIALIZE_MAP()
1855-
KV_SERIALIZE_PARENT(rpc_request_base)
1856-
END_KV_SERIALIZE_MAP()
1857-
};
1858-
typedef epee::misc_utils::struct_init<request_t> request;
1859-
1860-
struct response_t: public rpc_response_base
1861-
{
1862-
BEGIN_KV_SERIALIZE_MAP()
1863-
KV_SERIALIZE_PARENT(rpc_response_base)
1864-
END_KV_SERIALIZE_MAP()
1865-
};
1866-
typedef epee::misc_utils::struct_init<response_t> response;
1867-
};
1868-
18691850
struct COMMAND_RPC_GET_LIMIT
18701851
{
18711852
struct request_t: public rpc_request_base

0 commit comments

Comments
 (0)