summaryrefslogtreecommitdiff
path: root/volk/include
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2010-12-09 16:52:33 -0500
committerTom Rondeau <trondeau@vt.edu>2010-12-09 16:52:33 -0500
commit79ca8f230d0f0758656e32a2bb0317f03e3317d0 (patch)
treee8e946fefe0f0f68e734160b70dad875cd7bb97b /volk/include
parenta72fa7a12cad5b32f06709c8939a4fb054679ca6 (diff)
volk: remove redundant warning message at top of volk.c file.
Diffstat (limited to 'volk/include')
-rw-r--r--volk/include/volk/make_c.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/volk/include/volk/make_c.py b/volk/include/volk/make_c.py
index 08d6d949c7..f2432d7a4e 100644
--- a/volk/include/volk/make_c.py
+++ b/volk/include/volk/make_c.py
@@ -6,8 +6,6 @@ from volk_regexp import *
def make_c(funclist, taglist, arched_arglist, retlist, my_arglist, fcountlist) :
tempstring = "";
tempstring = tempstring + '/*this file is auto generated by volk_register.py*/';
-
- tempstring = tempstring + '/*this file is auto generated by volk_register.py*/';
tempstring = tempstring + '\n\n#include<volk/volk.h>\n';
tempstring = tempstring + '#include<volk/volk_tables.h>\n';
tempstring = tempstring + '#include<volk/volk_typedefs.h>\n';