Skip to content

Commit 5186511

Browse files
committed
---
yaml --- r: 8182 b: refs/heads/snap-stage3 c: 5d8d591 h: refs/heads/master v: v3
1 parent 3b557ea commit 5186511

File tree

4 files changed

+1
-24
lines changed

4 files changed

+1
-24
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 421c8db14430011d40f8f8499ca4aefbcc26d07e
4+
refs/heads/snap-stage3: 5d8d591ffc110836a12487ac53a120b2015856ce
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/mk/rt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ define DEF_RUNTIME_TARGETS
3535

3636
RUNTIME_CS_$(1) := \
3737
rt/sync/timer.cpp \
38-
rt/sync/sync.cpp \
3938
rt/sync/lock_and_signal.cpp \
4039
rt/sync/rust_thread.cpp \
4140
rt/rust.cpp \

branches/snap-stage3/src/rt/sync/sync.cpp

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

branches/snap-stage3/src/rt/sync/sync.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
class sync {
66
public:
7-
static void yield();
8-
static void sleep(size_t timeout_in_ms);
97
template <class T>
108
static bool compare_and_swap(T *address,
119
T oldValue, T newValue) {

0 commit comments

Comments
 (0)