Skip to content

Commit 822446d

Browse files
committed
[orc-rt] Remove (effectively) unused header orc-rt-c/orc-rt.h. NFCI.
This header was a placeholder in the initial project check-in, but is not used. Time to remove it.
1 parent 2afd71f commit 822446d

File tree

4 files changed

+0
-51
lines changed

4 files changed

+0
-51
lines changed

orc-rt/include/orc-rt-c/orc-rt.h

Lines changed: 0 additions & 32 deletions
This file was deleted.

orc-rt/lib/executor/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set(files
2-
orc-rt-executor.cpp
32
AllocAction.cpp
43
ResourceManager.cpp
54
RTTI.cpp

orc-rt/lib/executor/orc-rt-executor.cpp

Lines changed: 0 additions & 15 deletions
This file was deleted.

orc-rt/tools/orc-executor/orc-executor.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#include "orc-rt-c/orc-rt.h"
14-
1513
int main(int argc, char *argv[]) {
16-
orc_rt();
1714
return 0;
1815
}

0 commit comments

Comments
 (0)