diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-17 19:06:14 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-17 19:06:14 +0000 |
commit | 1641f6415a6fe07c6a56cede4c53ff3b348299de (patch) | |
tree | 00053fd8b839f46352943f5d027e4c3c7c4caefa /include/modules | |
parent | bb1f93f1508ebdd0a6bef227cf924229dd05497b (diff) |
RPC::service is not necessary anymore.
Diffstat (limited to 'include/modules')
-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 |