mirror of
https://github.com/anope/anope.git
synced 2026-07-05 19:23:12 +02:00
RPC::service is not necessary anymore.
This commit is contained in:
@@ -35,8 +35,6 @@ namespace RPC
|
||||
ERR_METHOD_NOT_FOUND = -32601,
|
||||
ERR_INVALID_PARAMS = -32602,
|
||||
};
|
||||
|
||||
static ServiceReference<RPC::ServiceInterface> service("RPC::ServiceInterface", "rpc");
|
||||
}
|
||||
|
||||
class RPC::Array final
|
||||
|
||||
Reference in New Issue
Block a user