Skip to content

Commit 947408f

Browse files
author
Petr Jacka
committed
[hist] Removing deletion of copy constructor
1 parent 96520e1 commit 947408f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hist/hist/inc/THnSparse.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class THnSparse: public THnBase {
4343
TExMap fBinsContinued; ///<! Filled bins for non-unique hashes, containing pairs of (bin index 0, bin index 1)
4444
THnSparseCompactBinCoord *fCompactCoord; ///<! Compact coordinate
4545

46-
THnSparse(const THnSparse&) = delete;
4746
THnSparse& operator=(const THnSparse&) = delete;
4847

4948
protected:

0 commit comments

Comments
 (0)