diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 12:18:30 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 12:18:30 +0100 |
commit | 7ab5c97051108d9d752896798efe0886573e730e (patch) | |
tree | 143ceda74b21ca519bd099395d8f4c6455d000b5 /src/utils.cpp | |
parent | 7512c84d0cd7d9b1a3733e84280864f5a989b51e (diff) | |
download | dabmux-7ab5c97051108d9d752896798efe0886573e730e.tar.gz dabmux-7ab5c97051108d9d752896798efe0886573e730e.tar.bz2 dabmux-7ab5c97051108d9d752896798efe0886573e730e.zip |
Remove dabInputTest
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 5e7cf7a..e26389d 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -103,9 +103,6 @@ void header_message() std::cerr << "Input URLs supported:" << std::endl << " prbs" << -#if defined(HAVE_INPUT_TEST) - " test" << -#endif #if defined(HAVE_INPUT_UDP) " udp" << #endif |