From 67432fe6501e1ae011870310b1dbcfb49b5233a8 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 4 Dec 2011 11:53:55 -0800 Subject: Refactored the Thread code a bit, and created the GlobalThread class, for threads that are created on startup. --- src/Threads.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Threads.cc') diff --git a/src/Threads.cc b/src/Threads.cc index df19da2..de70933 100644 --- a/src/Threads.cc +++ b/src/Threads.cc @@ -57,5 +57,3 @@ void Balau::Thread::threadStart() { r = pthread_attr_destroy(&attr); RAssert(r == 0, "Couldn't destroy pthread attribute; r = %i", r); } - -void Balau::Thread::threadExit() { } -- cgit v1.2.3