Skip to content

Commit 680710f

Browse files
ferdymercuryguitargeek
authored andcommitted
[roottest] Replace deprecated ClassDefT ClassImpT macros
[roottest] rm empty ClassImp macro
1 parent e213f13 commit 680710f

File tree

92 files changed

+7
-178
lines changed

Some content is hidden

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

92 files changed

+7
-178
lines changed

roottest/cling/dict/rundefaultargs.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ private:
8888
ClassDef(TDefaultArgs,0);
8989
};
9090

91-
ClassImp(TDefaultArgs)
9291

9392
void rundefaultargs()
9493
{

roottest/cling/stl/dicts/MyClass1.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "MyClass1.h"
2-
ClassImp(MyClass1)
32

43
MyClass1::MyClass1():
54
m_id( 0 ),

roottest/cling/stl/dicts/MyClass2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "MyClass2.h"
2-
ClassImp(MyClass2)
32

43
MyClass2::MyClass2():
54
m_id( 0 ),

roottest/cling/stl/dicts/MyClass3.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "MyClass3.h"
2-
ClassImp(MyClass3)
32

43
MyClass3::MyClass3():
54
m_id( 0 ),

roottest/cling/template/separateDict/MyClass.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ void Name::MyClass::Print(Option_t *) const
66
printf("Hello World\n");
77
}
88

9-
ClassImp(Name::MyClass)

roottest/cling/template/separateDictNamespace/Master.C

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ void Master::Container::Print(Option_t *) const
66
printf("Hello World\n");
77
}
88

9-
ClassImp(Master::Container)
10-
ClassImp(Master::Object)
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#include "Slave1.hh"
22

3-
ClassImp(Slave1::Object);
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#include "Slave2.hh"
22

3-
ClassImp(Slave2::Object);

roottest/root/io/abstractclass/DataBlock1.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "DataBlock1.h"
22

3-
ClassImp(DataBlock1)
43

54
DataBlock1::DataBlock1()
65
: DataBlockBase()

roottest/root/io/abstractclass/DataBlock2.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "DataBlock2.h"
22

3-
ClassImp(DataBlock2)
43

54
DataBlock2::DataBlock2()
65
: DataBlockBase()

0 commit comments

Comments
 (0)