aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/a-chtgke.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/a-chtgke.adb')
-rw-r--r--gcc/ada/libgnat/a-chtgke.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/a-chtgke.adb b/gcc/ada/libgnat/a-chtgke.adb
index 900af0c..fdd62b7 100644
--- a/gcc/ada/libgnat/a-chtgke.adb
+++ b/gcc/ada/libgnat/a-chtgke.adb
@@ -91,7 +91,6 @@ package body Ada.Containers.Hash_Tables.Generic_Keys is
end if;
if Checked_Equivalent_Keys (HT, Key, X) then
- TC_Check (HT.TC);
HT.Buckets (Indx) := Next (X);
HT.Length := HT.Length - 1;
return;
@@ -106,7 +105,6 @@ package body Ada.Containers.Hash_Tables.Generic_Keys is
end if;
if Checked_Equivalent_Keys (HT, Key, X) then
- TC_Check (HT.TC);
Set_Next (Node => Prev, Next => Next (X));
HT.Length := HT.Length - 1;
return;