mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
* remove accidently commited writeln
This commit is contained in:
parent
adf1a0642f
commit
a0b637530c
@ -1076,7 +1076,6 @@ unit scandir;
|
|||||||
current_scanner.skipspace;
|
current_scanner.skipspace;
|
||||||
{ Support also the ON and OFF as switch }
|
{ Support also the ON and OFF as switch }
|
||||||
hs:=current_scanner.readid;
|
hs:=current_scanner.readid;
|
||||||
writeln(hs);
|
|
||||||
if (hs='ON') then
|
if (hs='ON') then
|
||||||
current_settings.optimizerswitches:=level2optimizerswitches
|
current_settings.optimizerswitches:=level2optimizerswitches
|
||||||
else if (hs='OFF') then
|
else if (hs='OFF') then
|
||||||
|
Loading…
Reference in New Issue
Block a user