Skip to content

Commit

Permalink
Remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
parbol committed Jun 4, 2015
1 parent f6710c2 commit b52beeb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GeneratorInterface/LHEInterface/plugins/LHESource.cc
Expand Up @@ -64,9 +64,6 @@ void LHESource::nextEvent()
return;
}

//bool newFileOpened = false;
//partonLevel = reader->next(&newFileOpened);


bool newFileOpened;
do {
Expand All @@ -76,8 +73,6 @@ void LHESource::nextEvent()





if (!partonLevel) {
return;
}
Expand Down

0 comments on commit b52beeb

Please sign in to comment.