summaryrefslogtreecommitdiff
path: root/indra/llcommon/llevents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llevents.cpp')
-rwxr-xr-xindra/llcommon/llevents.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp
index 0c5e55dc76..645c29d770 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();
}