diff options
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/uhdlib/utils/rpc.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |