From fc849873abb839b013efbae5e44b150d4be1f236 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 10 Nov 2009 13:16:33 -0500
Subject: [PATCH] Remove dangling LLEVENTS_LISTENER_ARITY control

---
 indra/llcommon/llevents.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h
index 192d79b27dd..f52cf33fd8d 100644
--- a/indra/llcommon/llevents.h
+++ b/indra/llcommon/llevents.h
@@ -45,10 +45,12 @@
 #include "llsingleton.h"
 #include "lldependencies.h"
 
+/*==========================================================================*|
 // override this to allow binding free functions with more parameters
 #ifndef LLEVENTS_LISTENER_ARITY
 #define LLEVENTS_LISTENER_ARITY 10
 #endif
+|*==========================================================================*/
 
 // hack for testing
 #ifndef testable
-- 
GitLab