Index: trunk/FACT++/drive/MThread.cc
===================================================================
--- trunk/FACT++/drive/MThread.cc	(revision 18622)
+++ trunk/FACT++/drive/MThread.cc	(revision 18623)
@@ -32,6 +32,4 @@
 //////////////////////////////////////////////////////////////////////////////
 #include "MThread.h"
-
-ClassImp(MThread);
 
 using namespace std;
Index: trunk/FACT++/drive/MThread.h
===================================================================
--- trunk/FACT++/drive/MThread.h	(revision 18622)
+++ trunk/FACT++/drive/MThread.h	(revision 18623)
@@ -75,6 +75,4 @@
         TThread::SetCancelOff();
     }
-
-    ClassDef(MThread,0)  // A simplified interface to TThread
 };
 
