Skip to content

Commit

Permalink
Remove obsolete code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassi Tuura committed Oct 5, 2009
1 parent 1ce55c8 commit 5e7ae5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DQMServices/Core/test/DQMSourceExampleConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ monitoring elements
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "FWCore/ServiceRegistry/interface/Service.h"

#include <TRandom.h> // this is just the random number generator
Expand Down Expand Up @@ -109,10 +110,6 @@ DQMSourceExampleConfig::DQMSourceExampleConfig ( const edm::ParameterSet& iConfi
// get hold of back-end interface
dbe = edm::Service<DQMStore>().operator->();

// //We put this here for the moment since there is no better place
edm::Service<MonitorDaemon> daemon;
daemon.operator->();

XMIN = 0;
XMAX = 50;

Expand Down

0 comments on commit 5e7ae5e

Please sign in to comment.