mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
+ Removed dummy variable from SetNothreadManager
This commit is contained in:
parent
f42fedd0c3
commit
bbb575334b
@ -290,9 +290,6 @@ Var
|
|||||||
|
|
||||||
Procedure SetNoThreadManager;
|
Procedure SetNoThreadManager;
|
||||||
|
|
||||||
Var
|
|
||||||
Dummy : TThreadManager;
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
With NoThreadManager do
|
With NoThreadManager do
|
||||||
begin
|
begin
|
||||||
@ -317,13 +314,16 @@ begin
|
|||||||
AllocateThreadVars :=@NoAllocateThreadVars;
|
AllocateThreadVars :=@NoAllocateThreadVars;
|
||||||
ReleaseThreadVars :=@NoReleaseThreadVars;
|
ReleaseThreadVars :=@NoReleaseThreadVars;
|
||||||
end;
|
end;
|
||||||
SetThreadManager(NoThreadManager,Dummy);
|
SetThreadManager(NoThreadManager);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2003-11-29 17:29:32 michael
|
Revision 1.6 2003-11-29 17:33:09 michael
|
||||||
|
+ Removed dummy variable from SetNothreadManager
|
||||||
|
|
||||||
|
Revision 1.5 2003/11/29 17:29:32 michael
|
||||||
+ Added overloaded version of SetThreadManager without old parameter
|
+ Added overloaded version of SetThreadManager without old parameter
|
||||||
|
|
||||||
Revision 1.4 2003/11/26 20:10:59 michael
|
Revision 1.4 2003/11/26 20:10:59 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user