Skip to content

Commit

Permalink
Merge pull request #7064 from ktf/drop-unused-function
Browse files Browse the repository at this point in the history
Drop unused function.
  • Loading branch information
cmsbuild committed Jan 8, 2015
2 parents 0fd81b7 + 8176af5 commit 9894b83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions RecoTracker/TkDetLayers/src/PixelForwardLayerPhase1.cc
Expand Up @@ -108,12 +108,6 @@ PixelForwardLayerPhase1::~PixelForwardLayerPhase1(){
}
}

namespace {

bool groupSortByZ(DetGroupElement i,DetGroupElement j) { return (std::abs(i.det()->position().z())<std::abs(j.det()->position().z())); }

}

void
PixelForwardLayerPhase1::groupedCompatibleDetsV( const TrajectoryStateOnSurface& tsos,
const Propagator& prop,
Expand Down

0 comments on commit 9894b83

Please sign in to comment.