diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-24 00:11:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-27 15:45:49 -0700 |
commit | d769ff8cc3dbb579b3c050a9b184f2bdd5c9a71d (patch) | |
tree | 7a51aebff51c48a8b7d3fb833ebbaa641076a168 /host/test/CMakeLists.txt | |
parent | 9775ddc5215b0d5c950757ac6ae1d3226784f670 (diff) | |
download | uhd-d769ff8cc3dbb579b3c050a9b184f2bdd5c9a71d.tar.gz uhd-d769ff8cc3dbb579b3c050a9b184f2bdd5c9a71d.tar.bz2 uhd-d769ff8cc3dbb579b3c050a9b184f2bdd5c9a71d.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 |