remove unused private variable

This commit is contained in:
Ondrej Pokorny 2022-11-03 06:31:56 +01:00 committed by Michael Van Canneyt
parent b881deeb9f
commit 28a8279d91

View File

@ -62,7 +62,6 @@ type
TSocketHandler = Class(TObject)
Private
FServer: TSocketServer;
FSocket: TSocketStream;
Protected
FLastError : integer;