diff options
Diffstat (limited to 'modules/jsonrpc/jsonrpc.cpp')
-rw-r--r-- | modules/jsonrpc/jsonrpc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/jsonrpc/jsonrpc.cpp b/modules/jsonrpc/jsonrpc.cpp index 208ce24f3d..f744dd50d2 100644 --- a/modules/jsonrpc/jsonrpc.cpp +++ b/modules/jsonrpc/jsonrpc.cpp @@ -147,7 +147,6 @@ Variant JSONRPC::process_action(const Variant &p_action, bool p_process_arr_elem } String JSONRPC::process_string(const String &p_input) { - if (p_input.empty()) return String(); |