mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:32:03 +02:00
remove unused private variable
This commit is contained in:
parent
b881deeb9f
commit
28a8279d91
@ -62,7 +62,6 @@ type
|
||||
|
||||
TSocketHandler = Class(TObject)
|
||||
Private
|
||||
FServer: TSocketServer;
|
||||
FSocket: TSocketStream;
|
||||
Protected
|
||||
FLastError : integer;
|
||||
|
Loading…
Reference in New Issue
Block a user