mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove deprecations tagged for v6.1
This commit is contained in:
parent
84d605602f
commit
4229af6820
27 changed files with 10 additions and 416 deletions
|
@ -22,11 +22,6 @@ public:
|
|||
|
||||
void SuppressWeirds(bool enable) { suppress_weirds = enable; };
|
||||
|
||||
[[deprecated("Remove in v6.1. Use SuppressWeirds() instead.")]] void SupressWeirds(bool enable)
|
||||
{
|
||||
SuppressWeirds(enable);
|
||||
}
|
||||
|
||||
// If enabled, flag (first) line with embedded NUL. Default off.
|
||||
void SetIsNULSensitive(bool enable) { flag_NULs = enable; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue