aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/name-lookup.c')
-rw-r--r--gcc/cp/name-lookup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c
index 190ae24..28b7c27 100644
--- a/gcc/cp/name-lookup.c
+++ b/gcc/cp/name-lookup.c
@@ -3241,7 +3241,6 @@ do_toplevel_using_decl (tree decl, tree scope, tree name)
binding->value = newval;
if (newtype)
binding->type = newtype;
- return;
}
/* Process a using-directive. */