diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2014-04-27 21:03:26 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2014-04-27 21:03:26 +0200 |
commit | b74a17176f4c330b555458e331ac173e9045e0a2 (patch) | |
tree | 317d4bf3c824f8ac48a0c9f87ae533ba8e77cfe3 | |
parent | 4c9a572f035472c9d1bf7b25e400951ad4d8faf6 (diff) |
tests: comment unused code
-rw-r--r-- | src/tests/sm1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/sm1.cpp b/src/tests/sm1.cpp index ca58613..f24eeaa 100644 --- a/src/tests/sm1.cpp +++ b/src/tests/sm1.cpp @@ -133,8 +133,8 @@ BOOST_AUTO_TEST_CASE(test_asio) try { //SerialTester st; - SerialTester1* st = new SerialTester1(); - AntFr310XT watch2(st); + //SerialTester1* st = new SerialTester1(); + //AntFr310XT watch2(st); boost::asio::io_service io_service; std::cout << "io_service=" << &io_service << endl; |