Skip to content

Commit b1cbee0

Browse files
committed
remove broken cleanup
1 parent 9b51015 commit b1cbee0

File tree

1 file changed

+1
-3
lines changed
  • library/std/src/sys/pal/vexos

1 file changed

+1
-3
lines changed

library/std/src/sys/pal/vexos/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ pub extern "C" fn __rust_abort() -> ! {
6161

6262
pub unsafe fn init(_argc: isize, _argv: *const *const u8, _sigpipe: u8) {}
6363

64-
pub unsafe fn cleanup() {
65-
stdio::
66-
}
64+
pub unsafe fn cleanup() {}
6765

6866
pub fn unsupported<T>() -> crate::io::Result<T> {
6967
Err(unsupported_err())

0 commit comments

Comments
 (0)