summaryrefslogtreecommitdiff
path: root/runtime/ops/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ops/fs.rs')
-rw-r--r--runtime/ops/fs.rs1
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;