From bcb9269d8438c5fe35ddaf87b22e77b2acb92bc8 Mon Sep 17 00:00:00 2001 From: Jon Morton Date: Mon, 2 Apr 2012 03:11:58 -0500 Subject: rt: cleanup passing around of rust_env --- src/rt/rust_log.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rt/rust_log.cpp') diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp index f6ca280d8f0..ce48c37062d 100644 --- a/src/rt/rust_log.cpp +++ b/src/rt/rust_log.cpp @@ -40,8 +40,7 @@ log_console_off(rust_env *env) { } } -rust_log::rust_log(rust_env *env, rust_sched_loop *sched_loop) : - _env(env), +rust_log::rust_log(rust_sched_loop *sched_loop) : _sched_loop(sched_loop) { } -- cgit 1.4.1-3-g733a5