Do not copy CGI.Comments into CGI.pas.

This has no functional effect, since it is all comments. It does mean that printed listings of CGI.pas would not contain those comments, but it is easy enough to restore if someone wants such listings.

This change should make compilation slightly faster, and it also avoids issues with filetypes when using certain tools (since they cannot infer the filetype of CGI.Comments from its extension).
This commit is contained in:
Stephen Heumann 2021-02-11 18:53:25 -06:00
parent a804d1766b
commit cb97623878

View File

@ -11,7 +11,7 @@
{ passed on to the code generator for optimization and } { passed on to the code generator for optimization and }
{ native code generation. } { native code generation. }
{ } { }
{$copy 'cgi.comments'} { copy 'cgi.comments'}
{---------------------------------------------------------------} {---------------------------------------------------------------}
unit CodeGeneratorInterface; unit CodeGeneratorInterface;