Skip to content

Commit d6b4449

Browse files
committed
TrackFindingTracklet: remove #pragma message
As agreed in #47413 (comment)
1 parent 38e3ea5 commit d6b4449

File tree

1 file changed

+1
-12
lines changed
  • L1Trigger/TrackFindingTracklet/interface

1 file changed

+1
-12
lines changed

L1Trigger/TrackFindingTracklet/interface/Settings.h

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,8 @@ namespace trklet {
5555

5656
class Settings {
5757
public:
58-
Settings() {
59-
//Comment out to run tracklet-only algorithm
60-
#ifdef CMSSW_GIT_HASH
61-
#ifndef CMS_DICT_IMPL // Don't print message if genreflex being run.
62-
#ifndef USEHYBRID
63-
#pragma message "USEHYBRID is undefined, so Hybrid L1 tracking disabled."
64-
#endif
65-
#endif
66-
#endif
67-
}
68-
58+
Settings() {};
6959
~Settings() = default;
70-
7160
void passSetup(const tt::Setup* setup) { setup_ = setup; }
7261
const tt::Setup* setup() const { return setup_; }
7362

0 commit comments

Comments
 (0)