diff mbox

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

Message ID 20110527224820.5314922242B@jade.mtv.corp.google.com
State New
Headers show

Commit Message

Lawrence Crowl May 27, 2011, 10:48 p.m. UTC
Remove case TREE_BINFO in cp_tree_size().



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

Patch

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 ();
     }