From 6e3939f4a56e8daa82fe00c130208cbe6db3f7c1 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Fri, 16 Dec 2016 17:59:58 -0800 Subject: lib: remove statements after throw --- host/lib/rfnoc/block_ctrl_base.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/rfnoc/block_ctrl_base.cpp') 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 -- cgit v1.2.3