From a3fdd8c93f9aab540fc4edc0984e79c7dee467a5 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 16 Feb 2012 22:11:17 -0800 Subject: rt: Don't log on entry to upcall_vec_push. Also slow --- src/rt/rust_upcall.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 52c2a56764e..15b149404c1 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -456,8 +456,6 @@ upcall_vec_push(rust_vec** vp, type_desc* elt_ty, void* elt) { rust_task *task = rust_task_thread::get_task(); - LOG_UPCALL_ENTRY(task); - size_t new_sz = (*vp)->fill + elt_ty->size; reserve_vec(task, vp, new_sz); rust_vec* v = *vp; -- cgit 1.4.1-3-g733a5