From 6bcc742f2ae7b7a7e9f7072544fa14f85779c222 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 30 Jun 1994 02:03:54 +0000 Subject: [PATCH] remove cygnus FSF difference From-SVN: r7613 --- gcc/cp/decl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index d8dd1f367ed6..8b4ac421921a 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -10705,11 +10705,9 @@ start_function (declspecs, declarator, raises, pre_parsed_p) defining how to inline. So set DECL_EXTERNAL in that case. */ DECL_EXTERNAL (decl1) = current_extern_inline; -#if 0 DECL_DEFER_OUTPUT (decl1) = (DECL_INLINE (decl1) && (DECL_IMPLICIT_INSTANTIATION (decl1) || DECL_FUNCTION_MEMBER_P (decl1))); -#endif } if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1)) -- 2.47.2