Skip to content

Commit

Permalink
Remove more unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Aug 3, 2023
1 parent 636213f commit b9fd6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/obj/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use itertools::Itertools;
use petgraph::{graph::NodeIndex, Graph};

use crate::obj::{
ObjArchitecture, ObjInfo, ObjKind, ObjReloc, ObjRelocKind, ObjSection, ObjSectionKind,
ObjSplit, ObjSymbol, ObjSymbolFlagSet, ObjSymbolFlags, ObjSymbolKind, SymbolIndex,
ObjArchitecture, ObjInfo, ObjKind, ObjReloc, ObjSection, ObjSectionKind, ObjSplit, ObjSymbol,
ObjSymbolFlagSet, ObjSymbolFlags, ObjSymbolKind,
};

/// Create splits for function pointers in the given section.
Expand Down

0 comments on commit b9fd6e0

Please sign in to comment.