Skip to content

Commit 0a9fcf6

Browse files
committed
[roottest] remove ifdef from runSelectorCintTest.C
1 parent cb6d121 commit 0a9fcf6

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

roottest/root/tree/selector/runSelectorCintTest.C

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
c->Process(&isel);
2727
# endif
2828

29-
#if !defined(ClingWorkAroundUnloadingVTABLES)
3029
gROOT->ProcessLine(".L sel01.C+");
3130
# ifdef ClingWorkAroundMissingDynamicScope
3231
TSelector *csel = (TSelector*)TClass::GetClass("sel01")->New();
@@ -51,31 +50,4 @@
5150
c->Process(&csel);
5251
# endif
5352

54-
#else // !defined(ClingWorkAroundUnloadingVTABLES)
55-
fprintf(stderr,"Info in <ACLiC>: script has already been loaded in interpreted mode\n");
56-
fprintf(stderr,"Info in <ACLiC>: unloading sel01.C and compiling it\n");
57-
58-
fprintf(stderr,"Running Compiled Process 0\n");
59-
fprintf(stderr,"Running Compiled Process 1\n");
60-
fprintf(stderr,"Running Compiled Process 2\n");
61-
fprintf(stderr,"Running Compiled Process 3\n");
62-
fprintf(stderr,"Running Compiled Process 4\n");
63-
fprintf(stderr,"Running Compiled Process 5\n");
64-
fprintf(stderr,"Running Compiled Process 6\n");
65-
fprintf(stderr,"Running Compiled Process 7\n");
66-
fprintf(stderr,"Running Compiled Process 8\n");
67-
fprintf(stderr,"Running Compiled Process 9\n");
68-
fprintf(stderr,"Running Compiled Process 0\n");
69-
fprintf(stderr,"Running Compiled Process 1\n");
70-
fprintf(stderr,"Running Compiled Process 2\n");
71-
fprintf(stderr,"Running Compiled Process 3\n");
72-
fprintf(stderr,"Running Compiled Process 4\n");
73-
fprintf(stderr,"Running Compiled Process 5\n");
74-
fprintf(stderr,"Running Compiled Process 6\n");
75-
fprintf(stderr,"Running Compiled Process 7\n");
76-
fprintf(stderr,"Running Compiled Process 8\n");
77-
fprintf(stderr,"Running Compiled Process 9\n");
78-
79-
#endif // !defined(ClingWorkAroundUnloadingVTABLES)
80-
8153
}

0 commit comments

Comments
 (0)