From 181f2ba846d34d8d772f07bd3f72a5bdf675474b Mon Sep 17 00:00:00 2001 From: Kobi Mizrachi Date: Wed, 10 Jun 2020 10:15:43 +0300 Subject: [PATCH] server: proxy: remove unused struct members --- server/proxy/pf_context.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/proxy/pf_context.h b/server/proxy/pf_context.h index 7c49fa722..06be4b034 100644 --- a/server/proxy/pf_context.h +++ b/server/proxy/pf_context.h @@ -89,10 +89,6 @@ struct p_client_context */ BOOL allow_next_conn_failure; - /* session capture */ - char* frames_dir; - UINT64 frames_count; - wHashTable* vc_ids; /* channel_name -> channel_id map */ }; typedef struct p_client_context pClientContext;