We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205ae8 commit 8f0909cCopy full SHA for 8f0909c
1 file changed
src/libstd/sys/redox/os.rs
@@ -30,9 +30,6 @@ use sys_common::mutex::Mutex;
30
use sys::{cvt, fd, syscall};
31
use vec;
32
33
-const TMPBUF_SZ: usize = 128;
34
-static ENV_LOCK: Mutex = Mutex::new();
35
-
36
extern {
37
#[link_name = "__errno_location"]
38
fn errno_location() -> *mut i32;
0 commit comments