aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-08-18 18:58:46 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-08-18 18:58:46 +0200
commitd01e222f390129bc3a6b58ba932f6fb6df1070f7 (patch)
treee80f59cca3efa048bf2859ae8d2f2b3dbc63b97f /lib
parent0454dafdbc02385684be96223e3b95a5a467eae8 (diff)
Removed call to delete_head_blocking that was removed from new gnu radio
Diffstat (limited to 'lib')
-rw-r--r--lib/misc_utils/extract_system_info_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/misc_utils/extract_system_info_impl.cc b/lib/misc_utils/extract_system_info_impl.cc
index 6338368..bb7fada 100644
--- a/lib/misc_utils/extract_system_info_impl.cc
+++ b/lib/misc_utils/extract_system_info_impl.cc
@@ -269,10 +269,10 @@ namespace gr {
{
d_c0_channels.clear();
if(!empty_p(pmt::mp("bursts"))){
- delete_head_blocking(pmt::mp("bursts"));
+// delete_head_blocking(pmt::mp("bursts"));
}
if(!empty_p(pmt::mp("msgs"))){
- delete_head_blocking(pmt::mp("msgs"));
+// delete_head_blocking(pmt::mp("msgs"));
}
}