From 6f75ca031aa7e8f7e1c706d1880b202137b1996f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 18 Dec 2025 17:14:06 -0500 Subject: [Rust] Enter more session scoped tracing spans for debug info and binary view callbacks --- arch/riscv/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv/src') diff --git a/arch/riscv/src/lib.rs b/arch/riscv/src/lib.rs index 1ebe7fb4..1f822524 100644 --- a/arch/riscv/src/lib.rs +++ b/arch/riscv/src/lib.rs @@ -26,7 +26,6 @@ use binaryninja::{ RelocationType, }, symbol::{Symbol, SymbolType}, - tracing, types::{NameAndType, Type}, }; use std::borrow::Cow; -- cgit v1.3.1