Lind-Project / RawPOSIX

Rust POSIX-compliant interface
Apache License 2.0
0 stars 0 forks source link

chore: remove-commented code for `comm.rs` #52

Closed ChinmayShringi closed 2 weeks ago

ChinmayShringi commented 1 month ago

Fixes #45

This PR removes commented code from the specified files to enhance code readability and maintainability. The goal is to ensure the codebase remains clean, with no unused or redundant code, ultimately improving the developer experience.

Type of change

How Has This Been Tested?

Since this PR only involves the removal of commented code, no functional tests were required. Basic linting and the following test cases were run to ensure no regressions were introduced.

Checklist: