summaryrefslogtreecommitdiff
path: root/modules/rpc/rpc_system.cpp
diff options
context:
space:
mode:
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?");
}
};