i * call.c (source_type): #if 0 out.

From-SVN: r18895
This commit is contained in:
Jeffrey A Law 1998-03-29 12:28:21 +00:00 committed by Jeff Law
parent 234042f471
commit 3a87a9f588
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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: