commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/02: uhd: Removed stray ifdefs


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/02: uhd: Removed stray ifdefs
Date: Thu, 16 Mar 2017 06:38:18 +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 de58ae35d90961c42df0b825a97ca549e895af7d
Author: Martin Braun <address@hidden>
Date:   Fri Mar 10 18:31:43 2017 -0800

    uhd: Removed stray ifdefs
---
 gr-uhd/lib/usrp_source_impl.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gr-uhd/lib/usrp_source_impl.cc b/gr-uhd/lib/usrp_source_impl.cc
index b4f4758..52e67ba 100644
--- a/gr-uhd/lib/usrp_source_impl.cc
+++ b/gr-uhd/lib/usrp_source_impl.cc
@@ -59,9 +59,7 @@ namespace gr {
       _id = pmt::string_to_symbol(str.str());
 
       _samp_rate = this->get_samp_rate();
-#ifdef GR_UHD_USE_STREAM_API
       _samps_per_packet = 1;
-#endif
       register_msg_cmd_handler(CMD_TAG_KEY, 
boost::bind(&usrp_source_impl::_cmd_handler_tag, this, _1));
     }
 



reply via email to

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