# HG changeset patch # User Max Brister # Date 1340118887 18000 # Node ID 9d60ee38c6e28a4ced90d9174cd988dd3ba38668 # Parent 466cb8673653902599c8552b3ad2c5c9ae54e7ee pt-jit.h: Remove unused variables from jit_block diff --git a/src/pt-jit.h b/src/pt-jit.h --- a/src/pt-jit.h +++ b/src/pt-jit.h @@ -1317,10 +1317,6 @@ instruction_list instructions; bool malive; std::list::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