diff options
author | Nick Foster | 2011-01-21 15:41:30 -0800 |
---|---|---|
committer | Nick Foster | 2011-01-21 15:41:30 -0800 |
commit | 6091bad60cdfdf21624da452c7a8b74405345070 (patch) | |
tree | 319bbd790ba71202ce181fd1c3e295bc46a419ed /volk/lib/qa_32fc_square_dist_aligned16.h | |
parent | fa8c8c8e9fcd74eda5edb58edc89be97bc4bfa0a (diff) | |
download | gnuradio-6091bad60cdfdf21624da452c7a8b74405345070.tar.gz gnuradio-6091bad60cdfdf21624da452c7a8b74405345070.tar.bz2 gnuradio-6091bad60cdfdf21624da452c7a8b74405345070.zip |
Volk: removed all the old QA code that is covered by the test framework.
Diffstat (limited to 'volk/lib/qa_32fc_square_dist_aligned16.h')
-rw-r--r-- | volk/lib/qa_32fc_square_dist_aligned16.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/volk/lib/qa_32fc_square_dist_aligned16.h b/volk/lib/qa_32fc_square_dist_aligned16.h deleted file mode 100644 index 9d365d8b0..000000000 --- a/volk/lib/qa_32fc_square_dist_aligned16.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef INCLUDED_QA_32FC_SQUARE_DIST_ALIGNED16_H -#define INCLUDED_QA_32FC_SQUARE_DIST_ALIGNED16_H - -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/TestCase.h> - -class qa_32fc_square_dist_aligned16 : public CppUnit::TestCase { - - CPPUNIT_TEST_SUITE (qa_32fc_square_dist_aligned16); - CPPUNIT_TEST (t1); - CPPUNIT_TEST_SUITE_END (); - - private: - void t1 (); -}; - - -#endif /* INCLUDED_QA_32FC_SQUARE_DIST_ALIGNED16_H */ |