summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/dboard_interface.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/host/include/uhd/usrp/dboard_interface.hpp b/host/include/uhd/usrp/dboard_interface.hpp
index 2fa05c09d..c4e822751 100644
--- a/host/include/uhd/usrp/dboard_interface.hpp
+++ b/host/include/uhd/usrp/dboard_interface.hpp
@@ -183,14 +183,6 @@ public:
* \param enb true for enabled
*/
virtual void set_clock_enabled(unit_t unit, bool enb) = 0;
-
- /*!
- * Get the enabled status of a dboard block.
- *
- * \param unit which unit rx or tx
- * \return true for enabled
- */
- virtual bool get_clock_enabled(unit_t unit) = 0;
};
}} //namespace