aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_log.cpp')
-rw-r--r--src/rt/rust_log.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp
index bcd40c36..3017b549 100644
--- a/src/rt/rust_log.cpp
+++ b/src/rt/rust_log.cpp
@@ -204,11 +204,6 @@ rust_log::trace_ln(rust_task *task, ansi_color color,
}
}
-bool
-rust_log::is_tracing(uint32_t type_bits) {
- return type_bits & _type_bit_mask;
-}
-
void
rust_log::indent() {
_indent++;