diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 95ebde6..3a36fdd 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -381,9 +381,7 @@ add_stmt (tree t) return t; } -/* Returns the stmt_tree (if any) to which statements are currently - being added. If there is no active statement-tree, NULL is - returned. */ +/* Returns the stmt_tree to which statements are currently being added. */ stmt_tree current_stmt_tree (void) |