Removed unused variable
This commit is contained in:
parent
d9e78661d3
commit
5408dc49d1
|
@ -482,8 +482,7 @@ Const
|
|||
WinTitle = 'Mystic Internet Server';
|
||||
|
||||
Var
|
||||
Count : Integer;
|
||||
Started : Boolean;
|
||||
Count : Integer;
|
||||
Begin
|
||||
{$IFDEF UNIX}
|
||||
DaemonMode := Pos('-D', strUpper(ParamStr(1))) > 0;
|
||||
|
|
Loading…
Reference in New Issue