Skip to content

Commit

Permalink
bf: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Jun 23, 2021
1 parent c879b0e commit 0f85b1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions trc/blood.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2129,10 +2129,7 @@ void Blood::RankStreamlineDistance() {
const int lag = max(1, (int) round(mHausStepRatio * mLengthAvgEnds)) * 3;
vector< pair<double,int> > distance(mNumStrEnds, make_pair(0,0));
vector<bool>::const_iterator ivalid1 = mIsInEnd1.begin(),
ivalid2 = mIsInEnd2.begin(),
iouthist = mIsOutHist.begin(),
ioutdev = mIsOutDev.begin(),
ioutfa = mIsOutFa.begin();
ivalid2 = mIsInEnd2.begin();
vector<int>::iterator irank;
vector< pair<double,int> >::iterator idout = distance.begin(), id0;

Expand Down

0 comments on commit 0f85b1b

Please sign in to comment.