From 27f78180b454c763fbd7a11a634fa66754e3e3d5 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Tue, 4 Feb 2025 05:03:13 -0600 Subject: [PATCH] Remove inaccurate code comment --- Sources/Logging/Logging.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Logging/Logging.swift b/Sources/Logging/Logging.swift index d1840ed..36ece74 100644 --- a/Sources/Logging/Logging.swift +++ b/Sources/Logging/Logging.swift @@ -1242,7 +1242,6 @@ internal struct StdioOutputStream: TextOutputStream, @unchecked Sendable { } /// Flush the underlying stream. - /// This has no effect when using the `.always` flush mode, which is the default internal func flush() { _ = fflush(self.file) }