diff options
-rw-r--r-- | volk/include/volk/make_c.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/volk/include/volk/make_c.py b/volk/include/volk/make_c.py index 08d6d949c..f2432d7a4 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'; |