diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-18 18:08:17 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-18 18:08:17 -0700 |
commit | df020c6923aae830a20a2405c9de086b22e7c5f0 (patch) | |
tree | 300fd92b5020c4b3a2a46eac7640dc6fcbfc2a93 /host/tests/msg_test.cpp | |
parent | 0aff497dacc9cc4eba5d800cc46343da083cfdf1 (diff) | |
download | uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.tar.gz uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.tar.bz2 uhd-df020c6923aae830a20a2405c9de086b22e7c5f0.zip |
uhd: removed deprecated warning API, log+msg now in API
Diffstat (limited to 'host/tests/msg_test.cpp')
-rw-r--r-- | host/tests/msg_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/tests/msg_test.cpp b/host/tests/msg_test.cpp index 495907504..c05139ea9 100644 --- a/host/tests/msg_test.cpp +++ b/host/tests/msg_test.cpp @@ -20,7 +20,6 @@ #include <iostream> BOOST_AUTO_TEST_CASE(test_messages){ - #ifdef UHD_FUTURE std::cerr << "---begin print test ---" << std::endl; UHD_MSG(status) << "This is a test print for a status message.\n" @@ -35,5 +34,4 @@ BOOST_AUTO_TEST_CASE(test_messages){ "And this is the second line of the test print.\n" ; std::cerr << "---end print test ---" << std::endl; - #endif } |