summaryrefslogtreecommitdiffstats
path: root/vendor/object/src/read/xcoff/relocation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/object/src/read/xcoff/relocation.rs')
-rw-r--r--vendor/object/src/read/xcoff/relocation.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/object/src/read/xcoff/relocation.rs b/vendor/object/src/read/xcoff/relocation.rs
index 8107a2e82..78c6acfc7 100644
--- a/vendor/object/src/read/xcoff/relocation.rs
+++ b/vendor/object/src/read/xcoff/relocation.rs
@@ -19,7 +19,6 @@ pub type XcoffRelocationIterator64<'data, 'file, R = &'data [u8]> =
/// An iterator over the relocations in a `XcoffSection`.
pub struct XcoffRelocationIterator<'data, 'file, Xcoff, R = &'data [u8]>
where
- 'data: 'file,
Xcoff: FileHeader,
R: ReadRef<'data>,
{