Skip to content

Commit 5eb4869

Browse files
committed
---
yaml --- r: 14168 b: refs/heads/try c: 5d8d591 h: refs/heads/master v: v3
1 parent 8fe8b51 commit 5eb4869

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 421c8db14430011d40f8f8499ca4aefbcc26d07e
5+
refs/heads/try: 5d8d591ffc110836a12487ac53a120b2015856ce
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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/try/src/rt/sync/sync.cpp

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

branches/try/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)