summaryrefslogtreecommitdiff
path: root/volk/lib/qa_32fc_32f_power_32fc_aligned16.h
diff options
context:
space:
mode:
authorBen Reynwar2011-02-27 13:46:47 -0700
committerBen Reynwar2011-02-27 13:46:47 -0700
commitc783c2f959ef53b75a279ce91ce23f68fd2566ae (patch)
treef351d567fb8b7016cf65746a4a3a28ce6193e787 /volk/lib/qa_32fc_32f_power_32fc_aligned16.h
parent315f45c234e2fa84fc83641c8404cc5fcdb8412e (diff)
parenta02bb131f68d5aa66093310c393562671e389778 (diff)
downloadgnuradio-c783c2f959ef53b75a279ce91ce23f68fd2566ae.tar.gz
gnuradio-c783c2f959ef53b75a279ce91ce23f68fd2566ae.tar.bz2
gnuradio-c783c2f959ef53b75a279ce91ce23f68fd2566ae.zip
Merge branch 'next' into constell_obj
Diffstat (limited to 'volk/lib/qa_32fc_32f_power_32fc_aligned16.h')
-rw-r--r--volk/lib/qa_32fc_32f_power_32fc_aligned16.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/volk/lib/qa_32fc_32f_power_32fc_aligned16.h b/volk/lib/qa_32fc_32f_power_32fc_aligned16.h
deleted file mode 100644
index 464b7b7cc..000000000
--- a/volk/lib/qa_32fc_32f_power_32fc_aligned16.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef INCLUDED_QA_32FC_32F_POWER_32FC_ALIGNED16_H
-#define INCLUDED_QA_32FC_32F_POWER_32FC_ALIGNED16_H
-
-#include <cppunit/extensions/HelperMacros.h>
-#include <cppunit/TestCase.h>
-
-class qa_32fc_32f_power_32fc_aligned16 : public CppUnit::TestCase {
-
- CPPUNIT_TEST_SUITE (qa_32fc_32f_power_32fc_aligned16);
- CPPUNIT_TEST (t1);
- CPPUNIT_TEST_SUITE_END ();
-
- private:
- void t1 ();
-};
-
-
-#endif /* INCLUDED_QA_32FC_32F_POWER_32FC_ALIGNED16_H */