diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-01-02 11:29:38 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-01-02 11:29:38 -0500 |
commit | 9c07c99147955574354d9d2a36c18f7aa8988130 (patch) | |
tree | 00bb12e8f62568c1b2feab47d459826245a98cfd | |
parent | c6dfc4ce9227001a371457a39d0e44528b1f6827 (diff) |
Fixing a comment.
-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 1121502355..a8d0bc1c8c 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; } |