]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing operator new
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Feb 2004 12:56:16 +0000 (12:56 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Feb 2004 12:56:16 +0000 (12:56 +0000)
CONTAINERS/AliCTypes.h

index 7188da4cbf306849b390c26f178590ca5c579108..62de2b47ad70b1b48624f38698fc4d50f3588560 100644 (file)
@@ -45,8 +45,6 @@ public: \
    static int DeclFileLine() { return __LINE__; } \
    static const char *ImplFileName(); \
    static int ImplFileLine();  \
-   void    *operator new(size_t sz) { return TStorage::ObjectAlloc(sz); } \
-   void    *operator new(size_t sz, void *vp) { return vp; } \
    void  Dump();
 
 //static int ImplFileLine(){return 0;}