From 09d4a912fec3e30b0733cd70eadfa329e33581c3 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 21 May 2002 01:58:39 +0000
Subject: [PATCH] Removed call to Thread::Terminate and getchar().

---
 src/xpdev/clx/MainUnit.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/xpdev/clx/MainUnit.cpp b/src/xpdev/clx/MainUnit.cpp
index 86a3982c0f..6e7beb2f67 100644
--- a/src/xpdev/clx/MainUnit.cpp
+++ b/src/xpdev/clx/MainUnit.cpp
@@ -20,8 +20,6 @@ int main(int argc, char* argv[])
         Thread->ChildEvent->ResetEvent();
     }
     Thread->ChildEvent->WaitFor(INFINITE);	/* wait for thread to end */
-    Thread->Terminate();
-    getchar();
 	return 0;
 }
 //---------------------------------------------------------------------------
-- 
GitLab