diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index a920bfb..a484c05 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -3188,10 +3188,6 @@ expand_or_defer_fn (tree fn) return; } - /* Keep track of functions declared with the "constructor" and - "destructor" attribute. */ - c_record_cdtor_fn (fn); - /* We make a decision about linkage for these functions at the end of the compilation. Until that point, we do not want the back end to output them -- but we do want it to see the bodies of |