i * call.c (source_type): #if 0 out.
authorJeffrey A Law <law@cygnus.com>
Sun, 29 Mar 1998 12:28:21 +0000 (12:28 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 29 Mar 1998 12:28:21 +0000 (05:28 -0700)
From-SVN: r18895

gcc/cp/ChangeLog
gcc/cp/call.c

index a6ee661..af19872 100644 (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.
 
index d9b0d41..6e56995 100644 (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: