changeset 14957:9d60ee38c6e2

pt-jit.h: Remove unused variables from jit_block
author Max Brister <max@2bass.com>
date Tue, 19 Jun 2012 10:14:47 -0500
parents 466cb8673653
children 4b98b3f66e46
files src/pt-jit.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-jit.h	Mon Jun 18 16:45:10 2012 -0500
+++ b/src/pt-jit.h	Tue Jun 19 10:14:47 2012 -0500
@@ -1317,10 +1317,6 @@
   instruction_list instructions;
   bool malive;
   std::list<jit_block *>::iterator mlocation;
-
-  jit_phi_incomming *use_head;
-  jit_phi_incomming *use_tail;
-  size_t myuse_count;
 };
 
 // keeps track of phi functions that use a block on incomming edges