diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-08-17 15:59:26 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-08-17 15:59:26 -0700 |
| commit | b7bf1dd5b0c9d753e2907e7fa09ad3c5015d346e (patch) | |
| tree | a04410efb700c74629a12d61662291b39899fa63 | |
| parent | ad598ebea0fb334768aab21c4d16645910478ed1 (diff) | |
| download | rust-b7bf1dd5b0c9d753e2907e7fa09ad3c5015d346e.tar.gz rust-b7bf1dd5b0c9d753e2907e7fa09ad3c5015d346e.zip | |
Trivial commit to test github AMQP hook
| -rw-r--r-- | src/comp/middle/trans.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index 84f82b1e815..cc9a674068e 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -6977,7 +6977,6 @@ fn make_glues(llmod: ModuleRef, taskptr_type: TypeRef) -> @glue_fns { fn make_common_glue(sess: &session::session, output: &str) { // FIXME: part of this is repetitive and is probably a good idea // to autogen it. - let task_type = T_task(); let taskptr_type = T_ptr(task_type); |
