diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-09-23 09:35:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 09:35:45 +0530 |
commit | 72af1496d9bc180b49d42976a31b331d0be1b975 (patch) | |
tree | e0cc2fba674ccf3a20e662a44263eb61b21b8c17 /runtime/ops/fs.rs | |
parent | b5dfcbbcbe6be8ac0a54e14eb8aeb0557b58f55d (diff) |
perf: use fast ops for tty (#15976)
Diffstat (limited to 'runtime/ops/fs.rs')
-rw-r--r-- | runtime/ops/fs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/fs.rs b/runtime/ops/fs.rs index 7c3bb3df6..f5e96e7e2 100644 --- a/runtime/ops/fs.rs +++ b/runtime/ops/fs.rs @@ -837,7 +837,6 @@ fn op_copy_file_sync( #[cfg(target_os = "macos")] { - use libc::chmod; use libc::clonefile; use libc::stat; use libc::unlink; |