From 490de3ab6e3a2b9dd8668c2093e265f36324f82e Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 21 Jun 2022 14:46:59 -0400
Subject: [PATCH] DRTVWR-564: We don't need LLEventAPI to befriend
 LazyEventAPI.

---
 indra/llcommon/lleventapi.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indra/llcommon/lleventapi.h b/indra/llcommon/lleventapi.h
index a0194585533..25f6becd8ba 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:
 
-- 
GitLab