Skip to content

Commit

Permalink
remove unused variable in filters.chipper
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 25, 2014
1 parent 5d6f9b6 commit ef53e59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/filters/Chipper.cpp
Expand Up @@ -102,10 +102,9 @@ PointBufferSet Chipper::run(PointBufferPtr buffer)
}


void Chipper::load(PointBuffer& buffer, ChipRefList& xvec, ChipRefList& yvec,
void Chipper::load(PointBuffer& buffer, ChipRefList& xvec, ChipRefList& yvec,
ChipRefList& spare)
{
ChipPtRef ref;
boost::uint32_t idx;
std::vector<ChipPtRef>::iterator it;

Expand Down

0 comments on commit ef53e59

Please sign in to comment.