diff options
Diffstat (limited to 'include/modules/rpc.h')
-rw-r--r-- | include/modules/rpc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules/rpc.h b/include/modules/rpc.h index 719c459e8..99be7c076 100644 --- a/include/modules/rpc.h +++ b/include/modules/rpc.h @@ -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 |