Skip to content

Commit 0ee2443

Browse files
committed
rt: Remove rust_util.cpp
1 parent b72c437 commit 0ee2443

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

mk/rt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ RUNTIME_CXXS_$(1)_$(2) := \
7171
rt/rust_upcall.cpp \
7272
rt/rust_uv.cpp \
7373
rt/rust_crate_map.cpp \
74-
rt/rust_util.cpp \
7574
rt/rust_log.cpp \
7675
rt/isaac/randport.cpp \
7776
rt/miniz.cpp \

src/rt/rust_util.cpp

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

src/rt/rust_util.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
#include <limits.h>
1515
#include "rust_type.h"
1616

17-
extern struct type_desc str_body_tydesc;
18-
1917
// Inline fn used regularly elsewhere.
2018

2119
// Rounds |size| to the nearest |alignment|. Invariant: |alignment| is a power

0 commit comments

Comments
 (0)