Skip to content

Commit 79266c6

Browse files
committed
remove a print in msgsend-ring-rw-arcs
1 parent f7f909a commit 79266c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/bench/msgsend-ring-rw-arcs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fn send(p: &pipe, msg: uint) {
2525
fn recv(p: &pipe) -> uint {
2626
do p.write_cond |state, cond| {
2727
while vec::is_empty(*state) {
28-
error!("have to wait");
2928
cond.wait();
3029
}
3130
vec::pop(*state)

0 commit comments

Comments
 (0)