diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-02-15 12:17:02 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-02-15 12:17:02 -0800 |
commit | 1fd73de7d40459f231c969f27ef63dc62f2b5e82 (patch) | |
tree | 451b04c7bde6c6c12ea3138897dd51cd21538b59 /host | |
parent | b0ad2ec29f3a1bd5f2980ed1f905dac50f87c21a (diff) | |
download | uhd-1fd73de7d40459f231c969f27ef63dc62f2b5e82.tar.gz uhd-1fd73de7d40459f231c969f27ef63dc62f2b5e82.tar.bz2 uhd-1fd73de7d40459f231c969f27ef63dc62f2b5e82.zip |
b200: Removed superfluous function declaration
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index 251686b43..257d9988f 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -224,7 +224,6 @@ private: enum time_source_t {GPSDO=0,EXTERNAL=1,INTERNAL=2,NONE=3,UNKNOWN=4} _time_source; void update_gpio_state(void); - void reset_codec_dcm(void); void update_enables(void); void update_atrs(void); |