Skip to content

Commit 66a7675

Browse files
committed
[ORC] Remove an unused typedef.
1 parent 2e6f722 commit 66a7675

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ class MachOPlatform : public Platform {
281281
std::atomic<BootstrapInfo *> Bootstrap;
282282
};
283283

284-
namespace shared {
285-
286-
using SPSNamedExecutorAddrRangeSequence =
287-
SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
288-
289-
} // end namespace shared
290284
} // end namespace orc
291285
} // end namespace llvm
292286

0 commit comments

Comments
 (0)