Skip to content

Commit 52f01eb

Browse files
committed
[core] remove no longer needed workaround from CINT times
by pcanal
1 parent 295b87f commit 52f01eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/base/inc/RtypesImp.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,13 @@ inline void operator delete(void*, ROOT::Internal::TOperatorNewHelper*) { }
4444

4545
// The STL GenerateInitInstance are not unique and hence are declared static
4646
// (not accessible outside the dictionary and not linker error for duplicate)
47-
#if defined(__CLING__)
48-
#define RootStlStreamer(name,STREAMER)
49-
#else
5047
#define RootStlStreamer(name,STREAMER) \
5148
namespace ROOT { \
5249
static TGenericClassInfo *GenerateInitInstance(const name*); \
5350
static Short_t _R__UNIQUE_(R__dummyStreamer) = \
5451
GenerateInitInstance((name*)0x0)->SetStreamer(STREAMER); \
5552
R__UseDummy(_R__UNIQUE_(R__dummyStreamer)); \
5653
}
57-
#endif
58-
5954

6055
#if defined(__cplusplus)
6156
/* Helper class to avoid compiler warning about casting function pointer

0 commit comments

Comments
 (0)