From 31b7d1247056f3de21cb7ed66b9f1a555f50f255 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 7216991..5256b4d 100644 --- a/fluent/fluent.go +++ b/fluent/fluent.go @@ -34,9 +34,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