summaryrefslogtreecommitdiff
path: root/modules/rpc/rpc_system.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-03-17 19:06:14 +0000
committerSadie Powell <sadie@witchery.services>2025-03-17 19:06:14 +0000
commit1641f6415a6fe07c6a56cede4c53ff3b348299de (patch)
tree00053fd8b839f46352943f5d027e4c3c7c4caefa /modules/rpc/rpc_system.cpp
parentbb1f93f1508ebdd0a6bef227cf924229dd05497b (diff)
RPC::service is not necessary anymore.
Diffstat (limited to 'modules/rpc/rpc_system.cpp')
-rw-r--r--modules/rpc/rpc_system.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/rpc/rpc_system.cpp b/modules/rpc/rpc_system.cpp
index 2c2f33fd2..e20800268 100644
--- a/modules/rpc/rpc_system.cpp
+++ b/modules/rpc/rpc_system.cpp
@@ -110,8 +110,6 @@ public:
, anopedebugtypesrpcevent(this)
, systemlistmethodsrpcevent(this)
{
- if (!RPC::service)
- throw ModuleException("Unable to find RPC interface, is jsonrpc/xmlrpc loaded?");
}
};