commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/18: runtime: remove unnecessary wakeup o


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/18: runtime: remove unnecessary wakeup of neighbors
Date: Fri, 1 Jul 2016 16:25:44 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit d77bcd287b1e46c9c69f9fb420926581fac44dc3
Author: Bastian Bloessl <address@hidden>
Date:   Thu Apr 21 07:24:22 2016 +0200

    runtime: remove unnecessary wakeup of neighbors
---
 gnuradio-runtime/lib/block.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnuradio-runtime/lib/block.cc b/gnuradio-runtime/lib/block.cc
index 2bae8ea..e260dfe 100644
--- a/gnuradio-runtime/lib/block.cc
+++ b/gnuradio-runtime/lib/block.cc
@@ -708,7 +708,6 @@ namespace gr {
     pmt::pmt_t op = pmt::car(msg);
     if(pmt::eqv(op, pmt::mp("done"))){
         d_finished = pmt::to_long(pmt::cdr(msg));
-        global_block_registry.notify_blk(alias());
     } else {
         std::cout << "WARNING: bad message op on system port!\n";
         pmt::print(msg);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]