From dc8ac6d8cffacb9ebe510c7c46ef77b6979241f9 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 31 Mar 2019 17:44:55 +0200 Subject: [PATCH] removes obsolete proxy from protocol --- lib/webfuse/adapter/impl/server_protocol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/webfuse/adapter/impl/server_protocol.h b/lib/webfuse/adapter/impl/server_protocol.h index bae1c8b..8f7d658 100644 --- a/lib/webfuse/adapter/impl/server_protocol.h +++ b/lib/webfuse/adapter/impl/server_protocol.h @@ -18,7 +18,6 @@ struct wf_server_protocol { struct wf_impl_timeout_manager timeout_manager; struct wf_impl_filesystem filesystem; - struct wf_impl_jsonrpc_proxy rpc; struct wf_impl_authenticators authenticators; struct wf_impl_session_manager session_manager; };