File tree Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Expand file tree Collapse file tree 3 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ RUNTIME_CS := rt/sync/timer.cpp \
9
9
rt/rust_builtin.cpp \
10
10
rt/rust_run_program.cpp \
11
11
rt/rust_crate_cache.cpp \
12
- rt/rust_comm.cpp \
13
12
rt/rust_env.cpp \
14
13
rt/rust_scheduler.cpp \
15
14
rt/rust_task.cpp \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -290,22 +290,6 @@ struct type_desc {
290
290
const type_desc *descs[];
291
291
};
292
292
293
- // An alarm can be put into a wait queue and the task will be notified
294
- // when the wait queue is flushed.
295
-
296
- struct
297
- rust_alarm
298
- {
299
- rust_task *receiver;
300
- size_t idx;
301
-
302
- rust_alarm (rust_task *receiver);
303
- };
304
-
305
-
306
- typedef ptr_vec<rust_alarm> rust_wait_queue;
307
-
308
-
309
293
#include " circular_buffer.h"
310
294
#include " rust_task.h"
311
295
#include " rust_chan.h"
You can’t perform that action at this time.
0 commit comments