Skip to content

Commit

Permalink
Put ifndef around unused method for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent 05947e5 commit 034beac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecoVertex/MultiVertexFit/src/MultiVertexReconstructor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ namespace {
return 0;
}

#ifndef __clang__
inline void remove ( vector < TransientVertex > & vtces,
const vector < reco::TransientTrack > & trks )
{
cout << "[MultiVertexReconstructor] fixme remove not yet implemented" << endl;
// remove trks from vtces
}
#endif

vector < vector < TrackAndWeight > > recover (
const vector < TransientVertex > & vtces, const vector < reco::TransientTrack > & trks )
Expand Down

0 comments on commit 034beac

Please sign in to comment.