Mark Continuation.h and PacketDumper.h as deprecated

This commit is contained in:
Tim Wojtulewicz 2020-07-24 12:03:18 -07:00
parent 6d9d66b8ce
commit 73080c1e60
4 changed files with 6 additions and 2 deletions

3
NEWS
View file

@ -52,7 +52,8 @@ Removed Functionality
Deprecated Functionality
------------------------
TODO: nothing notable yet
- Marked the Continuation.h and PacketDumper.h files as deprecated. The code
contained within them is unused by Zeek.
Zeek 3.2.0
==========

View file

@ -296,7 +296,6 @@ set(MAIN_SRCS
bro_inet_ntop.c
patricia.c
setsignal.c
PacketDumper.cc
strsep.c
modp_numtoa.c

View file

@ -1,3 +1,5 @@
#warning "This file will be removed in v4.1. The code here is unused by Zeek. Notify a Zeek team member if your plugins are using this code."
// Helper class to implement continuation-like mechanisms for
// suspending/resuming tasks for incremental operation.
//

View file

@ -1,3 +1,5 @@
#warning "This file will be removed in v4.1. The code here is unused by Zeek. Notify a Zeek team member if your plugins are using this code."
// See the file "COPYING" in the main distribution directory for copyright.
#pragma once