Browse Source

Remove hint.

Henrique Gottardi Werlang 2 years ago
parent
commit
7d57734bb0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/rtl/generics.collections.pas

+ 0 - 3
packages/rtl/generics.collections.pas

@@ -1199,7 +1199,6 @@ function TDictionary<TKey, TValue>.GetEffectiveKey(Key: TKey): TKey;
 Var
 Var
   it : TJSIterator;
   it : TJSIterator;
   v : TJSIteratorValue;
   v : TJSIteratorValue;
-  vv : JSValue;
 
 
 begin
 begin
   if Not assigned(FComparer) then
   if Not assigned(FComparer) then
@@ -1242,8 +1241,6 @@ begin
 end;
 end;
 
 
 procedure TDictionary<TKey, TValue>.DoAdd(const Key: TKey; const Value: TValue);
 procedure TDictionary<TKey, TValue>.DoAdd(const Key: TKey; const Value: TValue);
-Var
-  k : Tkey;
 begin
 begin
   FMap.&Set(GetEffectiveKey(Key),Value);
   FMap.&Set(GetEffectiveKey(Key),Value);
   KeyNotify(Key,cnAdded);
   KeyNotify(Key,cnAdded);