[pph] Remove case TREE_BINFO in cp_tree_size(). (issue4515156)

Lawrence Crowl crowl@google.com
Sat May 28 06:25:00 GMT 2011


Remove case TREE_BINFO in cp_tree_size().


Index: gcc/cp/ChangeLog.pph

2011-05-27  Lawrence Crowl  <crowl@google.com>

	* cp-objcp-common.c (cp_tree_size): Remove case TREE_BINFO.


Index: gcc/cp/cp-objcp-common.c
===================================================================
--- gcc/cp/cp-objcp-common.c	(revision 174345)
+++ gcc/cp/cp-objcp-common.c	(working copy)
@@ -99,8 +99,6 @@ cp_tree_size (enum tree_code code)
 
     case TEMPLATE_INFO:         return sizeof (struct tree_template_info);
 
-    case TREE_BINFO:            return sizeof (struct tree_binfo);
-
     default:
       gcc_unreachable ();
     }

--
This patch is available for review at http://codereview.appspot.com/4515156



More information about the Gcc-patches mailing list