diff options
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 53b5153..6d34795 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -2581,9 +2581,6 @@ implicitly_declare_fn (kind, type, const_p) DECL_NOT_REALLY_EXTERN (fn) = 1; DECL_THIS_INLINE (fn) = 1; DECL_INLINE (fn) = 1; - /* Even within an `extern "C"' block, members get C++ linkage. See - [dcl.link] for details. */ - DECL_LANGUAGE (fn) = lang_cplusplus; defer_fn (fn); return fn; |