Skip to content

Commit

Permalink
CalibCalorimetry/EcalLaserSorting (LaserSorter.cc): remove unused var…
Browse files Browse the repository at this point in the history
…iables

The patch removes unused variables detected by Clang pre-3.6.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
  • Loading branch information
David Abdurachmanov authored and David Abdurachmanov committed Feb 9, 2015
1 parent 1ee0f5f commit 6fa0a0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc
Expand Up @@ -38,12 +38,6 @@ using namespace std;
const int LaserSorter::ecalDccFedIdMin_ = 601;
const int LaserSorter::ecalDccFedIdMax_ = 654;


static const int laserTrigger = 4;
static const int ledTrigger = 5;
static const int tpTrigger = 6;
static const int pedTrigger = 7;

const size_t LaserSorter::OutStreamRecord::indexReserve_ = 2000;

static const struct timeval nullTime = {0, 0};
Expand Down

0 comments on commit 6fa0a0f

Please sign in to comment.