diff options
author | Tom Rondeau | 2011-01-02 11:29:38 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-01-02 11:29:38 -0500 |
commit | 9c07c99147955574354d9d2a36c18f7aa8988130 (patch) | |
tree | 00bb12e8f62568c1b2feab47d459826245a98cfd /gnuradio-core/src | |
parent | c6dfc4ce9227001a371457a39d0e44528b1f6827 (diff) | |
download | gnuradio-9c07c99147955574354d9d2a36c18f7aa8988130.tar.gz gnuradio-9c07c99147955574354d9d2a36c18f7aa8988130.tar.bz2 gnuradio-9c07c99147955574354d9d2a36c18f7aa8988130.zip |
Fixing a comment.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_block_executor.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_block_executor.cc b/gnuradio-core/src/lib/runtime/gr_block_executor.cc index 112150235..a8d0bc1c8 100644 --- a/gnuradio-core/src/lib/runtime/gr_block_executor.cc +++ b/gnuradio-core/src/lib/runtime/gr_block_executor.cc @@ -93,8 +93,7 @@ propagate_tags(gr_block::tag_propagation_policy_t policy, gr_block_detail *d, std::vector<pmt::pmt_t> &rtags) { // Move tags downstream - // if a sink, we don't need to move downstream; - // and do not bother if block uses TAGS_NONE attribute + // if a sink, we don't need to move downstream if(d->sink_p()) { return true; } |