diff options
Diffstat (limited to 'source3/script/mksyms.awk')
-rw-r--r-- | source3/script/mksyms.awk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/script/mksyms.awk b/source3/script/mksyms.awk index a30bea4d34..dfe51dba7f 100644 --- a/source3/script/mksyms.awk +++ b/source3/script/mksyms.awk @@ -9,9 +9,6 @@ BEGIN { inheader=0; current_file=""; - print "#" - print "# This file is automatically generated with \"make symbols\". DO NOT EDIT " - print "#" print "{" print "\tglobal:" } |