Remove deprecations tagged for v6.1

This commit is contained in:
Tim Wojtulewicz 2023-05-26 14:18:44 -07:00 committed by Tim Wojtulewicz
parent 84d605602f
commit 4229af6820
27 changed files with 10 additions and 416 deletions

View file

@ -98,5 +98,3 @@ inline UID& UID::operator=(const UID& other)
}
} // namespace zeek
constexpr int BRO_UID_LEN [[deprecated("Remove in v6.1. Use zeek::UID_LEN")]] = zeek::UID_LEN;