diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2016-12-16 17:59:58 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-01-12 15:15:37 -0800 |
commit | 6e3939f4a56e8daa82fe00c130208cbe6db3f7c1 (patch) | |
tree | 8d0fc7764fc1abf32e9718e0880d15cf2dde7d94 /host/lib/rfnoc/block_ctrl_base.cpp | |
parent | 797249bf725051a07ad128b27a7f01d7be86f01c (diff) | |
download | uhd-6e3939f4a56e8daa82fe00c130208cbe6db3f7c1.tar.gz uhd-6e3939f4a56e8daa82fe00c130208cbe6db3f7c1.tar.bz2 uhd-6e3939f4a56e8daa82fe00c130208cbe6db3f7c1.zip |
lib: remove statements after throw
Diffstat (limited to 'host/lib/rfnoc/block_ctrl_base.cpp')
-rw-r--r-- | host/lib/rfnoc/block_ctrl_base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/rfnoc/block_ctrl_base.cpp b/host/lib/rfnoc/block_ctrl_base.cpp index a4e7cb391..24dad6b47 100644 --- a/host/lib/rfnoc/block_ctrl_base.cpp +++ b/host/lib/rfnoc/block_ctrl_base.cpp @@ -505,7 +505,6 @@ std::string block_ctrl_base::get_arg(const std::string &key, const size_t port) } UHD_THROW_INVALID_CODE_PATH(); - return ""; } std::string block_ctrl_base::get_arg_type(const std::string &key, const size_t port) const |