Skip to content

Commit bd11512

Browse files
committed
---
yaml --- r: 47030 b: refs/heads/try c: 9ad8a1f h: refs/heads/master v: v3
1 parent 8137231 commit bd11512

File tree

6 files changed

+1
-1257
lines changed

6 files changed

+1
-1257
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: 354da4108a483ece3b6424ea7d92e3b6e91d4239
5+
refs/heads/try: 9ad8a1f46566ddcd705cc918863cee2946d8b946
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/rt/rust_globals.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
#include <math.h>
3838
#include <assert.h>
3939

40-
#include "uthash.h"
41-
4240
#if defined(__WIN32__)
4341
extern "C" {
4442
#include <windows.h>

branches/try/src/rt/rust_kernel.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#include "rust_log.h"
5050
#include "rust_sched_reaper.h"
5151
#include "rust_type.h"
52-
#include "util/hash_map.h"
5352
#include "sync/lock_and_signal.h"
5453

5554
class rust_scheduler;

0 commit comments

Comments
 (0)