Skip to content

Commit 878dd3f

Browse files
committed
[tree] rm empty ClassImp macro
1 parent c569c5c commit 878dd3f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+0
-86
lines changed

tree/tree/src/TBasket.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
const UInt_t kDisplacementMask = 0xFF000000; // In the streamer the two highest bytes of
3232
// the fEntryOffset are used to stored displacement.
3333

34-
ClassImp(TBasket);
3534

3635
/** \class TBasket
3736
\ingroup tree

tree/tree/src/TBasketSQL.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include <vector>
2222

23-
ClassImp(TBasketSQL);
2423

2524
/** \class TBasketSQL
2625
\ingroup tree

tree/tree/src/TBranch.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ See also specialized branches:
7777
- TBranchClones in case the branch is an array of clone objects
7878
*/
7979

80-
ClassImp(TBranch);
8180

8281

8382

tree/tree/src/TBranchBrowsable.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "TError.h"
2929
#include <algorithm>
3030

31-
ClassImp(TVirtualBranchBrowsable);
3231

3332
/** \class TVirtualBranchBrowsable
3433
\ingroup tree
@@ -375,7 +374,6 @@ void TVirtualBranchBrowsable::UnregisterGenerator(MethodCreateListOfBrowsables_t
375374
fgGenerators.remove(generator);
376375
}
377376

378-
ClassImp(TMethodBrowsable);
379377

380378
////////////////////////////////////////////////////////////////////////////////
381379
/// \class TMethodBrowsable
@@ -597,7 +595,6 @@ void TMethodBrowsable::Unregister()
597595
TVirtualBranchBrowsable::UnregisterGenerator(GetBrowsables);
598596
}
599597

600-
ClassImp(TNonSplitBrowsable);
601598

602599
////////////////////////////////////////////////////////////////////////////////
603600
/// \class TNonSplitBrowsable
@@ -736,7 +733,6 @@ void TNonSplitBrowsable::Unregister()
736733
TVirtualBranchBrowsable::UnregisterGenerator(GetBrowsables);
737734
}
738735

739-
ClassImp(TCollectionPropertyBrowsable);
740736

741737
////////////////////////////////////////////////////////////////////////////////
742738
/// \class TCollectionPropertyBrowsable
@@ -884,7 +880,6 @@ void TCollectionPropertyBrowsable::Unregister()
884880
TVirtualBranchBrowsable::UnregisterGenerator(GetBrowsables);
885881
}
886882

887-
ClassImp(TCollectionMethodBrowsable);
888883

889884
////////////////////////////////////////////////////////////////////////////////
890885
/// \class TCollectionMethodBrowsable

tree/tree/src/TBranchClones.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#include <cstring>
2626

27-
ClassImp(TBranchClones);
2827

2928
/** \class TBranchClones
3029
\ingroup tree

tree/tree/src/TBranchElement.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ A Branch for the case of an object.
4848
#include "TStreamerInfoActions.h"
4949
#include "TSchemaRuleSet.h"
5050

51-
ClassImp(TBranchElement);
5251

5352
////////////////////////////////////////////////////////////////////////////////
5453

tree/tree/src/TBranchObject.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ A Branch for the case of an object.
3232
#include "TTree.h"
3333
#include "snprintf.h"
3434

35-
ClassImp(TBranchObject);
3635

3736
////////////////////////////////////////////////////////////////////////////////
3837
/// Default constructor for BranchObject.

tree/tree/src/TBranchRef.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ TObjArray.
3838
#include "TFile.h"
3939
#include "TFriendElement.h"
4040

41-
ClassImp(TBranchRef);
4241

4342
////////////////////////////////////////////////////////////////////////////////
4443
/// Default constructor.

tree/tree/src/TBranchSTL.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ sets and multisets) while storing them in split mode.
2020

2121
#include "TError.h"
2222

23-
ClassImp(TBranchSTL);
2423

2524
////////////////////////////////////////////////////////////////////////////////
2625
/// Default constructor.

tree/tree/src/TBufferSQL.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Implement TBuffer for a SQL backend.
2626
#include <iostream>
2727
#include <limits>
2828

29-
ClassImp(TBufferSQL);
3029

3130
////////////////////////////////////////////////////////////////////////////////
3231
/// Constructor.

0 commit comments

Comments
 (0)