Index: trunk/FACT++/src/InterpreterV8-4.cc
===================================================================
--- trunk/FACT++/src/InterpreterV8-4.cc	(revision 20023)
+++ trunk/FACT++/src/InterpreterV8-4.cc	(revision 20024)
@@ -3233,5 +3233,7 @@
         Handle<FunctionTemplate> thread = FunctionTemplate::New(isolate, WrapThread);
         thread->SetClassName(String::NewFromUtf8(isolate, "Thread"));
+#if 0
         global->Set(String::NewFromUtf8(isolate, "Thread"), thread, ReadOnly);
+#endif
 
         Handle<FunctionTemplate> file = FunctionTemplate::New(isolate, WrapFile);
