Skip to content

Commit

Permalink
[ORC] Remove an unused typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Nov 7, 2023
1 parent 2e6f722 commit 66a7675
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,6 @@ class MachOPlatform : public Platform {
std::atomic<BootstrapInfo *> Bootstrap;
};

namespace shared {

using SPSNamedExecutorAddrRangeSequence =
SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;

} // end namespace shared
} // end namespace orc
} // end namespace llvm

Expand Down

0 comments on commit 66a7675

Please sign in to comment.