aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 1aed934..607b907 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -6420,7 +6420,7 @@ grokdeclarator (const cp_declarator *declarator,
if (TREE_CODE (decl) == SCOPE_REF)
{
tree qualifying_scope = TREE_OPERAND (decl, 0);
-;
+
/* It is valid to write:
class C { void f(); };