Skip to content

Commit

Permalink
Remove code comment
Browse files Browse the repository at this point in the history
Apparently marking an unwanted API as deprecated is enough to seriously break Squid somehow.
  • Loading branch information
yadij authored May 7, 2024
1 parent 753ee74 commit 58d9f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mgr/Action.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit 58d9f91

Please sign in to comment.