From 58d9f912e62d1bde80997698c990e9096d891095 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 8 May 2024 00:26:05 +1200 Subject: [PATCH] Remove code comment Apparently marking an unwanted API as deprecated is enough to seriously break Squid somehow. --- src/mgr/Action.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mgr/Action.h b/src/mgr/Action.h index 407d36af72f..9100f32cad6 100644 --- a/src/mgr/Action.h +++ b/src/mgr/Action.h @@ -84,8 +84,6 @@ class Action: public RefCountable /** start writing action-specific info to Store entry; * may collect info during dump, especially if collect() did nothing * non-atomic() actions may continue writing asynchronously after returning - * - * \deprecated implement report() instead */ virtual void dump(StoreEntry *);