Skip to content

Commit 8f0909c

Browse files
committed
Removed two unused variables
1 parent 5205ae8 commit 8f0909c

File tree

1 file changed

+0
-3
lines changed
  • src/libstd/sys/redox

1 file changed

+0
-3
lines changed

src/libstd/sys/redox/os.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ use sys_common::mutex::Mutex;
3030
use sys::{cvt, fd, syscall};
3131
use vec;
3232

33-
const TMPBUF_SZ: usize = 128;
34-
static ENV_LOCK: Mutex = Mutex::new();
35-
3633
extern {
3734
#[link_name = "__errno_location"]
3835
fn errno_location() -> *mut i32;

0 commit comments

Comments
 (0)