aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1994-06-30 02:03:54 +0000
committerMike Stump <mrs@gcc.gnu.org>1994-06-30 02:03:54 +0000
commit6bcc742f2ae7b7a7e9f7072544fa14f85779c222 (patch)
treeceb6ef42789e37ca895dc0c84ee23707bf0b676f
parent214747148c684eeb297268f115b58b7e99c0cf38 (diff)
downloadgcc-6bcc742f2ae7b7a7e9f7072544fa14f85779c222.zip
gcc-6bcc742f2ae7b7a7e9f7072544fa14f85779c222.tar.gz
gcc-6bcc742f2ae7b7a7e9f7072544fa14f85779c222.tar.bz2
remove cygnus FSF difference
From-SVN: r7613
-rw-r--r--gcc/cp/decl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index d8dd1f3..8b4ac42 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))