summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib
diff options
context:
space:
mode:
authorBastian Bloessl <bloessl@ccs-labs.org>2016-04-21 07:28:52 +0200
committerBastian Bloessl <bloessl@ccs-labs.org>2016-06-29 08:10:32 +0200
commit05fc980cb1ad3fe257fd508f38a3b0b4156f90ce (patch)
tree48d316b0f526f306a7819b79a46789b828e51e46 /gnuradio-runtime/lib
parent2a1a9e8ce8112c3ff8e5fd0fbdfd81034cf3bd1f (diff)
runtime: set_done shouldn't be set in msg handlers
Diffstat (limited to 'gnuradio-runtime/lib')
-rw-r--r--gnuradio-runtime/lib/tpb_thread_body.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/tpb_thread_body.cc b/gnuradio-runtime/lib/tpb_thread_body.cc
index 93591feee2..59a3712eef 100644
--- a/gnuradio-runtime/lib/tpb_thread_body.cc
+++ b/gnuradio-runtime/lib/tpb_thread_body.cc
@@ -174,9 +174,6 @@ namespace gr {
}
}
}
- if (d->done()) {
- return;
- }
}
}
break;