diff options
Diffstat (limited to 'rust/src/debuginfo.rs')
| -rw-r--r-- | rust/src/debuginfo.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs index 054e15cd..f29f8ac2 100644 --- a/rust/src/debuginfo.rs +++ b/rust/src/debuginfo.rs @@ -285,14 +285,6 @@ unsafe impl CoreArrayProviderInner for DebugInfoParser { } } -unsafe impl CoreArrayWrapper for DebugInfoParser { - type Wrapped<'a> = Guard<'a, DebugInfoParser>; - - unsafe fn wrap_raw<'a>(raw: &'a Self::Raw, _context: &'a Self::Context) -> Self::Wrapped<'a> { - Guard::new(DebugInfoParser { handle: *raw }, &()) - } -} - /////////////////////// // DebugFunctionInfo |
