mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:29:28 +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;
|
||||
|
||||
function Increase_File_Handle_Count: boolean;
|
||||
var Err: word;
|
||||
L1: longint;
|
||||
var L1: longint;
|
||||
L2: cardinal;
|
||||
RC: cardinal;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user