Skip to content

Commit

Permalink
Remove unneeded method
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent 1fe7b71 commit 35bc746
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RecoVertex/GhostTrackFitter/src/AnnealingGhostTrackFitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

using namespace reco;

namespace {
static inline double sqr(double arg) { return arg * arg; }
}

AnnealingGhostTrackFitter::AnnealingGhostTrackFitter()
{
annealing.reset(new GeometricAnnealing(3.0, 64.0, 0.25));
Expand Down

0 comments on commit 35bc746

Please sign in to comment.