Skip to content

Commit

Permalink
Remove inaccurate code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Feb 4, 2025
1 parent 770059c commit 27f7818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Logging/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 27f7818

Please sign in to comment.