Removing some unused variables

This commit is contained in:
caheckman 2021-05-17 15:39:24 -04:00
parent 15d22e8164
commit 601757fb09
3 changed files with 2 additions and 4 deletions

View file

@ -823,7 +823,6 @@ void BlockGraph::forceOutputNum(int4 i)
void BlockGraph::selfIdentify(void)
{
vector<BlockEdge>::iterator tmp;
vector<FlowBlock *>::iterator iter;
FlowBlock *mybl,*otherbl;