Skip to content

Commit

Permalink
remove unused init function
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Mar 7, 2018
1 parent 03b303a commit e93a52f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EventFilter/CSCRawToDigi/interface/CSCVTMBHeaderFormat.h
Expand Up @@ -14,9 +14,6 @@ class CSCDMBHeader;
class CSCVTMBHeaderFormat {
public:
virtual ~CSCVTMBHeaderFormat() {}
void init() {
bzero(this, sizeInWords()*2);
}

virtual void setEventInformation(const CSCDMBHeader &) = 0;
virtual uint16_t BXNCount() const = 0;
Expand Down

0 comments on commit e93a52f

Please sign in to comment.