Skip to content

Commit 9cdfe1e

Browse files
committed
rt: Remove rust_abi
1 parent 0ee2443 commit 9cdfe1e

File tree

5 files changed

+0
-169
lines changed

5 files changed

+0
-169
lines changed

mk/rt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ RUNTIME_CXXS_$(1)_$(2) := \
7474
rt/rust_log.cpp \
7575
rt/isaac/randport.cpp \
7676
rt/miniz.cpp \
77-
rt/rust_abi.cpp \
7877
rt/memory_region.cpp \
7978
rt/boxed_region.cpp \
8079
rt/arch/$$(HOST_$(1))/context.cpp \

src/rt/rust_abi.cpp

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

src/rt/rust_abi.h

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

src/rt/rust_builtin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "sync/lock_and_signal.h"
1616
#include "memory_region.h"
1717
#include "boxed_region.h"
18-
#include "rust_abi.h"
1918
#include "rust_rng.h"
2019
#include "vg/valgrind.h"
2120
#include "sp.h"

src/rt/rust_test_helpers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "rust_util.h"
1414
#include "sync/rust_thread.h"
1515
#include "sync/lock_and_signal.h"
16-
#include "rust_abi.h"
1716

1817
// These functions are used in the unit tests for C ABI calls.
1918

0 commit comments

Comments
 (0)