[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/08: runtime: cleanup: Removing leftovers
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/08: runtime: cleanup: Removing leftovers. |
Date: |
Sat, 4 Apr 2015 17:39:30 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 4db937184bc538c8f8065936a2b75958f181d8ed
Author: Moritz Fischer <address@hidden>
Date: Wed Apr 1 11:05:00 2015 -0700
runtime: cleanup: Removing leftovers.
message_handler_t d_message_handler variable was commented out
anyway, so obviously no longer needed.
Signed-off-by: Moritz Fischer <address@hidden>
---
gnuradio-runtime/include/gnuradio/basic_block.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnuradio-runtime/include/gnuradio/basic_block.h
b/gnuradio-runtime/include/gnuradio/basic_block.h
index b687a8f..2ad5078 100644
--- a/gnuradio-runtime/include/gnuradio/basic_block.h
+++ b/gnuradio-runtime/include/gnuradio/basic_block.h
@@ -61,7 +61,6 @@ namespace gr {
typedef boost::function<void(pmt::pmt_t)> msg_handler_t;
private:
- //msg_handler_t d_msg_handler;
typedef std::map<pmt::pmt_t , msg_handler_t, pmt::comparator>
d_msg_handlers_t;
d_msg_handlers_t d_msg_handlers;
- [Commit-gnuradio] [gnuradio] branch master updated (6afc40e -> e16f948), git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 05/08: Merge branch 'maint', git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 06/08: Merge remote-tracking branch 'mfischer/micro_cleanup', git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 01/08: runtime: cleanup: Removing leftovers.,
git <=
- [Commit-gnuradio] [gnuradio] 02/08: qtgui: cherry-pick the range slide starting point bug fix, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 03/08: qtqui: fixed notches on knob, git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'github/blocks_cleanup', git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'tkoehn/additional_fix', git, 2015/04/04
- [Commit-gnuradio] [gnuradio] 04/08: blocks: misc. formatting cleanups, git, 2015/04/04