Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Aug 19, 2021
1 parent 9be29e8 commit d9b234b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions FWCore/Utilities/src/ChildrenCPUTimer.cc
Expand Up @@ -35,23 +35,8 @@ ChildrenCPUTimer::ChildrenCPUTimer() : state_(kStopped), startCPUTime_(), accumu
startCPUTime_.tv_usec = 0;
}

// ChildrenCPUTimer::ChildrenCPUTimer(ChildrenCPUTimer const& rhs) {
// // do actual copying here;
// }

ChildrenCPUTimer::~ChildrenCPUTimer() {}

//
// assignment operators
//
// ChildrenCPUTimer const& ChildrenCPUTimer::operator=(ChildrenCPUTimer const& rhs) {
// //An exception safe implementation is
// ChildrenCPUTimer temp(rhs);
// swap(rhs);
//
// return *this;
// }

//
// member functions
//
Expand Down

0 comments on commit d9b234b

Please sign in to comment.