Skip to content

Commit 9d0bfea

Browse files
committed
[ORC] Remove an unimplemented method decl. NFC.
1 parent c53faf6 commit 9d0bfea

File tree

1 file changed

+0
-2
lines changed
  • llvm/include/llvm/ExecutionEngine/Orc

1 file changed

+0
-2
lines changed

llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ class LLJIT {
244244

245245
Error applyDataLayout(Module &M);
246246

247-
void recordCtorDtors(Module &M);
248-
249247
std::unique_ptr<ExecutionSession> ES;
250248
std::unique_ptr<PlatformSupport> PS;
251249

0 commit comments

Comments
 (0)