From ae1c75c1c80ce4ad658dac960ca68e308eec5322 Mon Sep 17 00:00:00 2001 From: Rider Linden <rider@lindenlab.com> Date: Tue, 22 Dec 2015 10:17:44 -0800 Subject: [PATCH] MAINT-5976: Removed temp code to simulate Nat's fix. Now redundant. --- indra/llcommon/llevents.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/llcommon/llevents.cpp b/indra/llcommon/llevents.cpp index 0c5e55dc76d..645c29d770c 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(); } -- GitLab