Trivial commit to test github AMQP hook

This commit is contained in:
Graydon Hoare 2011-08-17 15:59:26 -07:00
parent ad598ebea0
commit b7bf1dd5b0

@ -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);