From 39d6d801aa73bc363ab5fdc20a0673070759f6b2 Mon Sep 17 00:00:00 2001 From: "Alan M. Carroll" Date: Thu, 8 Apr 2021 09:20:27 -0500 Subject: [PATCH] Remove undefined method HttpSM::perform_nca_cache_action --- proxy/http/HttpSM.h | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/http/HttpSM.h b/proxy/http/HttpSM.h index 34a5b0f85ee..aece0431f90 100644 --- a/proxy/http/HttpSM.h +++ b/proxy/http/HttpSM.h @@ -543,7 +543,6 @@ class HttpSM : public Continuation, public PluginUserArgs void issue_cache_update(); void perform_cache_write_action(); void perform_transform_cache_write_action(); - void perform_nca_cache_action(); void setup_blind_tunnel(bool send_response_hdr, IOBufferReader *initial = nullptr); HttpTunnelProducer *setup_server_transfer_to_transform(); HttpTunnelProducer *setup_transfer_from_transform();