Fix compiler warnings introduced by #39.

This commit is contained in:
Martijn Laan 2013-10-13 10:11:41 +02:00
parent 4f0c868f31
commit 5389059108

View File

@ -9252,7 +9252,6 @@ var
SetData: PByteArray;
Val: Tbtu8;
begin
Result:=true;
TheSet:=NewTPSVariantIFC(Stack[Stack.Count-1],true);
NewMember:=NewTPSVariantIFC(Stack[Stack.Count-2],false);
Result := (TheSet.aType.BaseType = btSet) and (NewMember.aType.BaseType = btU8);
@ -9268,7 +9267,6 @@ var
SetData: PByteArray;
Val: Tbtu8;
begin
Result:=true;
TheSet:=NewTPSVariantIFC(Stack[Stack.Count-1],true);
NewMember:=NewTPSVariantIFC(Stack[Stack.Count-2],false);
Result := (TheSet.aType.BaseType = btSet) and (NewMember.aType.BaseType = btU8);