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) }