From df020c6923aae830a20a2405c9de086b22e7c5f0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 18 May 2011 18:08:17 -0700 Subject: uhd: removed deprecated warning API, log+msg now in API --- host/tests/msg_test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/tests') 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 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 } -- cgit v1.2.3