summaryrefslogtreecommitdiff
path: root/volk/lib/qa_16s_convert_8s_aligned16.h
diff options
context:
space:
mode:
authorTom Rondeau2011-02-01 23:19:28 -0500
committerTom Rondeau2011-02-01 23:19:28 -0500
commit800686701206e438e5a5d645242137f9285c4fa9 (patch)
treea95ad9bac09e3a6cec43f741cc3eab17771a2fe2 /volk/lib/qa_16s_convert_8s_aligned16.h
parent023167ca8a85ab597f9e59302733f71809a8afbd (diff)
parent6503e3b21978b71908400c994148836bec4a97b9 (diff)
downloadgnuradio-800686701206e438e5a5d645242137f9285c4fa9.tar.gz
gnuradio-800686701206e438e5a5d645242137f9285c4fa9.tar.bz2
gnuradio-800686701206e438e5a5d645242137f9285c4fa9.zip
Merge branch 'volk_rename' into next
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc
Diffstat (limited to 'volk/lib/qa_16s_convert_8s_aligned16.h')
-rw-r--r--volk/lib/qa_16s_convert_8s_aligned16.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/volk/lib/qa_16s_convert_8s_aligned16.h b/volk/lib/qa_16s_convert_8s_aligned16.h
deleted file mode 100644
index 2e409d0cc..000000000
--- a/volk/lib/qa_16s_convert_8s_aligned16.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef INCLUDED_QA_16S_CONVERT_8S_ALIGNED16_H
-#define INCLUDED_QA_16S_CONVERT_8S_ALIGNED16_H
-
-#include <cppunit/extensions/HelperMacros.h>
-#include <cppunit/TestCase.h>
-
-class qa_16s_convert_8s_aligned16 : public CppUnit::TestCase {
-
- CPPUNIT_TEST_SUITE (qa_16s_convert_8s_aligned16);
- CPPUNIT_TEST (t1);
- CPPUNIT_TEST_SUITE_END ();
-
- private:
- void t1 ();
-};
-
-
-#endif /* INCLUDED_QA_16S_CONVERT_8S_ALIGNED16_H */