Global headers: Remove the generation date

They should now generate the same input everytime
This commit is contained in:
Lynix
2016-10-28 17:53:03 +02:00
parent 00c37c5917
commit 28a2328371
14 changed files with 14 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ ACTION.Function = function ()
error("Failed to create header file (" .. v.Target .. "): " .. err)
end
header:write("// This file was automatically generated on " .. os.date("%d %b %Y at %X") .. "\n\n")
header:write("// This file was automatically generated\n\n")
if (v.Header) then
header:write(v.Header)
end