Skip to content

Commit 9592096

Browse files
committed
#7 - Added freeOnTerminate to Thread's Constructor
1 parent 1782c19 commit 9592096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ESPressio_Thread.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ namespace ESPressio {
99

1010
// Define the Constructor and Destructor of `Thread` here
1111
Thread::Thread() : _threadID(0) {
12-
SetFreeOnTerminate(freeOnTerminate);
1312
_threadID = ThreadManager::GetInstance()->GetThreadCount();
1413
SetCoreID(ThreadManager::GetInstance()->AddThread(this));
1514
}

0 commit comments

Comments
 (0)