about summary refs log tree commit diff
path: root/library/std/src/sys/unsupported/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/unsupported/args.rs')
-rw-r--r--library/std/src/sys/unsupported/args.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/unsupported/args.rs b/library/std/src/sys/unsupported/args.rs
index 71d0c5fa13e..f9d41c6cda6 100644
--- a/library/std/src/sys/unsupported/args.rs
+++ b/library/std/src/sys/unsupported/args.rs
@@ -1,7 +1,6 @@
 use crate::ffi::OsString;
 
 pub unsafe fn init(_argc: isize, _argv: *const *const u8) {}
-pub unsafe fn cleanup() {}
 
 pub struct Args {}