aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index 5318ab71..7d4ed221 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -82,8 +82,6 @@ rust_task : public maybe_proxy<rust_task>,
void check_active() { I(dom, dom->curr_task == this); }
void check_suspended() { I(dom, dom->curr_task != this); }
- void log(uint32_t type_bits, char const *fmt, ...);
-
// Print a backtrace, if the "bt" logging option is on.
void backtrace();