mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
2b973e6532
Removed two unused variables in os.rs Issue #51419 suggested removing two unused variables in `libstd/sys/redox/os.rs`. This PR implements that change. It compiles for me locally, but I haven't run any other tests.