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;
Var
Res : Boolean;
Temp1 : LongInt;
Temp2 : LongInt;
Res : Boolean;
Begin
Res := False;
@ -124,7 +122,6 @@ Var
Ch1 : Char;
Ch2 : Char;
S1 : String;
S2 : String;
Begin
Data := '';
Out := '';