mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
* Disable debug define
This commit is contained in:
parent
03ce23246f
commit
687ab895c7
@ -308,6 +308,7 @@ Procedure DoLog(Const Fmt : String; Const Args : Array of const);
|
|||||||
begin
|
begin
|
||||||
DoLog(Format(Fmt,Args))
|
DoLog(Format(Fmt,Args))
|
||||||
end;
|
end;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
{ TFPCustomSimpleThreadPool.TAbstractThreadList }
|
{ TFPCustomSimpleThreadPool.TAbstractThreadList }
|
||||||
|
|
||||||
@ -316,7 +317,6 @@ begin
|
|||||||
FPool:=aPool;
|
FPool:=aPool;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$ENDIF}
|
|
||||||
|
|
||||||
{ TFPCustomSimpleThreadPool.TAutoCheckQueueThread }
|
{ TFPCustomSimpleThreadPool.TAutoCheckQueueThread }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user