| Index: xfa/src/fwl/src/core/fwl_threadimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_threadimp.cpp b/xfa/src/fwl/src/core/fwl_threadimp.cpp
|
| index 98672f3abe217fff20fecfd6ba0dc96b5e2dc511..331f336efd864bbaf3ed45b47dcc8426436937a3 100644
|
| --- a/xfa/src/fwl/src/core/fwl_threadimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_threadimp.cpp
|
| @@ -11,9 +11,7 @@
|
| #include "include/fwl_appimp.h"
|
| CFWL_ControlThread::~CFWL_ControlThread() {}
|
| FWL_ERR CFWL_ControlThread::Run(FWL_HTHREAD hThread) {
|
| - static int count = 0;
|
| - while (TRUE) {
|
| - }
|
| + FXSYS_assert(false);
|
| return FWL_ERR_Succeeded;
|
| }
|
| IFWL_Thread* IFWL_Thread::Create() {
|
|
|