summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2022-06-21 14:46:59 -0400
committerNat Goodspeed <nat@lindenlab.com>2022-06-21 14:46:59 -0400
commit490de3ab6e3a2b9dd8668c2093e265f36324f82e (patch)
treee548fea5539ee9ca8fc894febd884cc16cf7b949 /indra/llcommon
parentaf4fbc1f8a99a3c5370cb6db45435e67f9ce92d2 (diff)
DRTVWR-564: We don't need LLEventAPI to befriend LazyEventAPI.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lleventapi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h
index a019458553..25f6becd8b 100644
--- a/indra/llcommon/lleventapi.h
+++ b/indra/llcommon/lleventapi.h
@@ -37,8 +37,6 @@
namespace LL
{
- template <class EVENTAPI>
- class LazyEventAPI;
class LazyEventAPIParams;
}
@@ -52,8 +50,6 @@ class LL_COMMON_API LLEventAPI: public LLDispatchListener,
{
typedef LLDispatchListener lbase;
typedef LLInstanceTracker<LLEventAPI, std::string> ibase;
- template <class EVENTAPI>
- friend class LL::LazyEventAPI;
public: