summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ops/os.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/os.rs b/runtime/ops/os.rs
index dbc87daab..5d275a836 100644
--- a/runtime/ops/os.rs
+++ b/runtime/ops/os.rs
@@ -53,7 +53,7 @@ pub fn init_for_worker() -> Extension {
}
#[op]
-fn noop_op(_code: i32) -> Result<(), AnyError> {
+fn noop_op() -> Result<(), AnyError> {
Ok(())
}