From 3a87a9f5887e4a41a34271a1efea0baf416b4f8b Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 29 Mar 1998 12:28:21 +0000 Subject: i * call.c (source_type): #if 0 out. From-SVN: r18895 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/call.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a6ee661..af19872 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com) + * call.c (source_type): #if 0 out. + * class.c (alter_access): Remove unused label. Add braces around empty else clause. diff --git a/gcc/cp/call.c b/gcc/cp/call.c index d9b0d41..6e56995 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -3887,6 +3887,7 @@ compare_ics (ics1, ics2) return 0; } +#if 0 /* The source type for this standard conversion sequence. */ static tree @@ -3902,6 +3903,7 @@ source_type (t) } my_friendly_abort (1823); } +#endif /* Compare two candidates for overloading as described in [over.match.best]. Return values: -- cgit v1.1