diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-24 00:11:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-24 00:11:44 -0700 |
commit | 5ba60fa140d2f6e96aea1394554232809b3eeae9 (patch) | |
tree | 34cd91b4d9c4e0258e55f108ad4b51999d1004a9 /host/test/CMakeLists.txt | |
parent | 707b103ce5f3b9cc299e741c968c35bd4038b610 (diff) | |
download | uhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.tar.gz uhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.tar.bz2 uhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.zip |
usrp: removed gain handler code (replaced by gain group)
Diffstat (limited to 'host/test/CMakeLists.txt')
-rw-r--r-- | host/test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/test/CMakeLists.txt b/host/test/CMakeLists.txt index 25cae6e7f..37832edde 100644 --- a/host/test/CMakeLists.txt +++ b/host/test/CMakeLists.txt @@ -27,7 +27,6 @@ ADD_EXECUTABLE(main_test dict_test.cpp error_test.cpp gain_group_test.cpp - gain_handler_test.cpp tune_helper_test.cpp vrt_test.cpp wax_test.cpp |