From 3f4e90bd3d6b18d8e897a5f5e801948b0233646f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 1 Jul 2023 16:10:32 +0200 Subject: [PATCH] remove unused defaultSubSecondPrecision const Signed-off-by: Sebastiaan van Stijn --- fluent/fluent.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/fluent/fluent.go b/fluent/fluent.go index b00c3c6..c999348 100644 --- a/fluent/fluent.go +++ b/fluent/fluent.go @@ -33,9 +33,6 @@ const ( defaultMaxRetryWait = 60000 defaultMaxRetry = 13 defaultReconnectWaitIncreRate = 1.5 - // Default sub-second precision value to false since it is only compatible - // with fluentd versions v0.14 and above. - defaultSubSecondPrecision = false // Default value whether to skip checking insecure certs on TLS connections. defaultTlsInsecureSkipVerify = false