From a8ac2016ee18e37bddbde05bf299c97a896a7f56 Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Wed, 9 Jan 2019 21:51:41 -0800 Subject: rpc,mpmd: replace all set_timeout() to new api Using new rpc client new API that ensure atomic setting of timeout on each rpc call. --- host/lib/include/uhdlib/utils/rpc.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'host/lib/include/uhdlib/utils/rpc.hpp') diff --git a/host/lib/include/uhdlib/utils/rpc.hpp b/host/lib/include/uhdlib/utils/rpc.hpp index f1cfec06b..67f0248e6 100644 --- a/host/lib/include/uhdlib/utils/rpc.hpp +++ b/host/lib/include/uhdlib/utils/rpc.hpp @@ -242,11 +242,6 @@ class rpc_client _token = token; } - void set_timeout(size_t timeout_ms) - { - _client.set_timeout(timeout_ms); - } - private: /*! This is internal object to hold timeout of the rpc client -- cgit v1.2.3