Skip to content

Commit 07bd218

Browse files
committed
---
yaml --- r: 6366 b: refs/heads/master c: 60e93cd h: refs/heads/master v: v3
1 parent 11e57ef commit 07bd218

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f597971441f99e3d0f6673879478566e79f09111
2+
refs/heads/master: 60e93cd1ecd3855800e0a6e186a413fd9d8ff20c

trunk/src/rt/rust_task.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ void task_start_wrapper(spawn_args *a)
184184
failed = true;
185185
}
186186

187-
# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM)
188187
cc::do_cc(task);
189-
# endif
190188

191189
rust_closure_env* env = (rust_closure_env*)a->a3;
192190
if(env) {
@@ -620,6 +618,5 @@ rust_task::notify(bool success) {
620618
// indent-tabs-mode: nil
621619
// c-basic-offset: 4
622620
// buffer-file-coding-system: utf-8-unix
623-
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
624621
// End:
625622
//

0 commit comments

Comments
 (0)