read(0) is essentially a no-op. Let's avoid the function call, overhead,
and extra test output by not performing it.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG70415568ea65: sshpeer: don't read(0)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.