aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/name-lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c
index 889d495..dfee8fdf 100644
--- a/gcc/cp/name-lookup.c
+++ b/gcc/cp/name-lookup.c
@@ -105,7 +105,7 @@ binding_table_free (binding_table table)
{
binding_entry entry = temp;
temp = entry->chain;
- entry->chain = NULL; // just be sure
+ entry->chain = NULL;
binding_entry_free (entry);
}
table->chain[i] = temp;