From a941e3d94205dd8e39f01bab0e39e8591f5589bb Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 27 Jan 2020 12:06:43 +0000 Subject: [PATCH] Remove old_comm_usage_is_ok. That was just a left-over without any functionality. --- scripts/base/init-bare.zeek | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/base/init-bare.zeek b/scripts/base/init-bare.zeek index 5a6f0a47ae..9a908b651e 100644 --- a/scripts/base/init-bare.zeek +++ b/scripts/base/init-bare.zeek @@ -5228,10 +5228,3 @@ const global_hash_seed: string = "" &redef; ## files. The larger the value, the more confidence in UID uniqueness. ## The maximum is currently 128 bits. const bits_per_uid: count = 96 &redef; - -## Whether usage of the old communication system is considered an error or -## not. The default Zeek configuration no longer works with the non-Broker -## communication system unless you have manually taken action to initialize -## and set up the old comm. system. Deprecation warnings are still emitted -## when setting this flag, but they will not result in a fatal error. -const old_comm_usage_is_ok: bool = F &redef;