Remove unused flag_delete_key

This commit is contained in:
kannibalox
2024-11-11 10:48:23 -05:00
committed by Jari Sundell
parent f2f84dd97a
commit 5abcf52e55
4 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -149,11 +149,11 @@ void initialize_commands();
#define CMD2_REDIRECT_GENERIC_STR(from_key, to_key) \
rpc::commands.create_redirect(from_key, to_key, \
rpc::CommandMap::flag_public_xmlrpc | rpc::CommandMap::flag_no_target | rpc::CommandMap::flag_delete_key);
rpc::CommandMap::flag_public_xmlrpc | rpc::CommandMap::flag_no_target);
#define CMD2_REDIRECT_GENERIC_STR_NO_EXPORT(from_key, to_key) \
rpc::commands.create_redirect(from_key, to_key, \
rpc::CommandMap::flag_no_target | rpc::CommandMap::flag_delete_key);
rpc::CommandMap::flag_no_target);
//
// Conversion of return types: