Skip to content
Snippets Groups Projects
Commit a8253f20 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

MdtVsTgcRawDataMonitoring: Fix clang warnings.

clang warnings: unused variables.
parent b2a81dbe
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,6 @@ ...@@ -57,10 +57,6 @@
using namespace std; using namespace std;
static const int maxColl = 1200;
static const int maxPRD = 50000;
static const int maxClus = 1000;
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
MdtVsTgcRawDataValAlg::MdtVsTgcRawDataValAlg( const std::string & type, const std::string & name, const IInterface* parent ) MdtVsTgcRawDataValAlg::MdtVsTgcRawDataValAlg( const std::string & type, const std::string & name, const IInterface* parent )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment