Removed unused variables

This commit is contained in:
mysticbbs 2012-03-03 04:49:29 -05:00
parent 5b9b7a05e9
commit dad0997ed9
1 changed files with 1 additions and 4 deletions

View File

@ -61,9 +61,7 @@ Var
Procedure CheckCommand; Procedure CheckCommand;
Var Var
Res : Boolean; Res : Boolean;
Temp1 : LongInt;
Temp2 : LongInt;
Begin Begin
Res := False; Res := False;
@ -124,7 +122,6 @@ Var
Ch1 : Char; Ch1 : Char;
Ch2 : Char; Ch2 : Char;
S1 : String; S1 : String;
S2 : String;
Begin Begin
Data := ''; Data := '';
Out := ''; Out := '';