diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp index 0c5e55dc76d8bb26997f4ed8ab6c3f0b9d24db8d..645c29d770c70678f16388dda67438eb64670b9b 100755 --- a/indra/llcommon/llevents.cpp +++ b/indra/llcommon/llevents.cpp @@ -57,7 +57,6 @@ #include "stringize.h" #include "llerror.h" #include "llsdutil.h" -#include "llcoros.h" #if LL_MSVC #pragma warning (disable : 4702) #endif @@ -534,7 +533,7 @@ LLBoundListener LLEventMailDrop::listen_impl(const std::string& name, { if (!mEventHistory.empty()) { - if (listener(mEventHistory.front()) || LLCoros::get_consuming()) + if (listener(mEventHistory.front())) { mEventHistory.pop_front(); }