From 89fb5d91c142c7853ff834a46905a0e952832207 Mon Sep 17 00:00:00 2001 From: Dane Strandboge <136023093+DStrand1@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:36:25 -0600 Subject: [PATCH] remove deprecation --- plugins/inputs/snmp_trap/snmp_trap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/snmp_trap/snmp_trap.go b/plugins/inputs/snmp_trap/snmp_trap.go index 4e667ff742e79..05ba470db3c24 100644 --- a/plugins/inputs/snmp_trap/snmp_trap.go +++ b/plugins/inputs/snmp_trap/snmp_trap.go @@ -43,7 +43,7 @@ func (l wrapLog) Print(args ...interface{}) { type SnmpTrap struct { ServiceAddress string `toml:"service_address"` - Timeout config.Duration `toml:"timeout" deprecated:"1.20.0;1.35.0;unused option"` + Timeout config.Duration `toml:"timeout"` Version string `toml:"version"` Translator string `toml:"-"` Path []string `toml:"path"`