summaryrefslogtreecommitdiff
path: root/volk
diff options
context:
space:
mode:
authorTom Rondeau2011-01-15 10:53:54 -0500
committerTom Rondeau2011-01-15 10:53:54 -0500
commit2e8610450bc467400f8de2976cc6c1743025aff1 (patch)
tree74461f1710d3330630d19239156bc4afb27c0d75 /volk
parenteeb0c8e2596edc876771e9e7ff57337a59d6128c (diff)
downloadgnuradio-2e8610450bc467400f8de2976cc6c1743025aff1.tar.gz
gnuradio-2e8610450bc467400f8de2976cc6c1743025aff1.tar.bz2
gnuradio-2e8610450bc467400f8de2976cc6c1743025aff1.zip
This should not have been put here.
Diffstat (limited to 'volk')
-rw-r--r--volk/include/volk/make_proccpu_sim.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/volk/include/volk/make_proccpu_sim.py b/volk/include/volk/make_proccpu_sim.py
index e8463f5be..029dacfcc 100644
--- a/volk/include/volk/make_proccpu_sim.py
+++ b/volk/include/volk/make_proccpu_sim.py
@@ -28,7 +28,6 @@ def make_proccpu_sim(dom) :
tempstring = tempstring + "#include <volk/volk_cpu.h>\n"
tempstring = tempstring + "#include <stdio.h>\n"
tempstring = tempstring + "\n\n"
- tempstring = tempstring + "struct VOLK_CPU volk_cpu;\n\n"
tempstring = tempstring + "void test_append(char* buf, int val, char* newkey){\n";
tempstring = tempstring + " if(val==1){\n";