1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00

removes obsolete proxy from protocol

This commit is contained in:
Falk Werner 2019-03-31 17:44:55 +02:00
parent 5c101ea70f
commit dc8ac6d8cf

View File

@ -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;
};