]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMemoryWatcher.h
Cleaning of warnings (gcc -W)
[u/mrichter/AliRoot.git] / STEER / AliMemoryWatcher.h
index 45d065f95cc41ce7877bc93860a0efdd84e284fe..2c31cdaf2f28970fdc505eefec82d18db22fe552 100644 (file)
@@ -44,11 +44,7 @@ class AliMemoryWatcher : public TObject
 {
 public:
   AliMemoryWatcher(UInt_t maxsize=10000);
-  AliMemoryWatcher(AliMemoryWatcher& mw);
-  AliMemoryWatcher(const AliMemoryWatcher & watcher) {
-    // copy ctor: no implementation yet
-    Fatal("cpy ctor", "not implemented") ;
-  }
+  AliMemoryWatcher(const AliMemoryWatcher& mw);
   ~AliMemoryWatcher() ;
   void Watch(Int_t x);