mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:49:21 +02:00
* remove unused local variable
git-svn-id: trunk@29177 -
This commit is contained in:
parent
9611c3df52
commit
acbca7254d
@ -199,8 +199,7 @@ const
|
|||||||
FileHandleCount: cardinal = 20;
|
FileHandleCount: cardinal = 20;
|
||||||
|
|
||||||
function Increase_File_Handle_Count: boolean;
|
function Increase_File_Handle_Count: boolean;
|
||||||
var Err: word;
|
var L1: longint;
|
||||||
L1: longint;
|
|
||||||
L2: cardinal;
|
L2: cardinal;
|
||||||
RC: cardinal;
|
RC: cardinal;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user