From f8fdedcf8e89179794eac7ca8d8b8550e87ac9bd Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 14 Jan 2013 19:26:53 -0800 Subject: dont need the run w/ disconnect_all, tests pass --- lib/top_block.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/top_block.cpp b/lib/top_block.cpp index 4f4ca67..4d2f956 100644 --- a/lib/top_block.cpp +++ b/lib/top_block.cpp @@ -100,7 +100,6 @@ void TopBlock::run(void) { this->start(); this->wait(); - this->disconnect_all(); } GRAS_FORCE_INLINE void wait_thread_yield(void) -- cgit