From aaeffb7c9360a694d2c2379a69a104a486ef36b0 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Mon, 5 Aug 2024 20:21:29 -0400 Subject: [PATCH] rpc: remove `COMMAND_RPC_FAST_EXIT` --- src/rpc/core_rpc_server_commands_defs.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/rpc/core_rpc_server_commands_defs.h b/src/rpc/core_rpc_server_commands_defs.h index 1c8525d45..afe090d28 100644 --- a/src/rpc/core_rpc_server_commands_defs.h +++ b/src/rpc/core_rpc_server_commands_defs.h @@ -1847,25 +1847,6 @@ inline const std::string get_rpc_status(const bool trusted_daemon, const std::st typedef epee::misc_utils::struct_init response; }; - struct COMMAND_RPC_FAST_EXIT - { - struct request_t: public rpc_request_base - { - BEGIN_KV_SERIALIZE_MAP() - KV_SERIALIZE_PARENT(rpc_request_base) - END_KV_SERIALIZE_MAP() - }; - typedef epee::misc_utils::struct_init request; - - struct response_t: public rpc_response_base - { - BEGIN_KV_SERIALIZE_MAP() - KV_SERIALIZE_PARENT(rpc_response_base) - END_KV_SERIALIZE_MAP() - }; - typedef epee::misc_utils::struct_init response; - }; - struct COMMAND_RPC_GET_LIMIT { struct request_t: public rpc_request_base