summaryrefslogtreecommitdiff
path: root/modules/rpc/rpc_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rpc/rpc_data.cpp')
-rw-r--r--modules/rpc/rpc_data.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/rpc/rpc_data.cpp b/modules/rpc/rpc_data.cpp
index e776d8e1a..1f74b8179 100644
--- a/modules/rpc/rpc_data.cpp
+++ b/modules/rpc/rpc_data.cpp
@@ -388,8 +388,6 @@ public:
, anopelistusersrpcevent(this)
, anopeuserrpcevent(this)
{
- if (!RPC::service)
- throw ModuleException("Unable to find RPC interface, is jsonrpc/xmlrpc loaded?");
}
};