From 29273ffba68d254ce3e6d9939a854c778a377721 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 22 Dec 2011 17:27:53 -0500
Subject: [PATCH] Comment out lookup table used only by commented-out code.
 Otherwise the unreferenced declaration causes a fatal warning.

---
 indra/llcommon/tests/llprocesslauncher_test.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcommon/tests/llprocesslauncher_test.cpp b/indra/llcommon/tests/llprocesslauncher_test.cpp
index bd7666313eb..b3e07961913 100644
--- a/indra/llcommon/tests/llprocesslauncher_test.cpp
+++ b/indra/llcommon/tests/llprocesslauncher_test.cpp
@@ -91,6 +91,7 @@ namespace tut
         std::string what;
     };
 
+/*==========================================================================*|
 #define tabent(symbol) { symbol, #symbol }
     static struct ReasonCode
     {
@@ -106,6 +107,7 @@ namespace tut
         tabent(APR_OC_REASON_RUNNING)
     };
 #undef tabent
+|*==========================================================================*/
 
     struct WaitInfo
     {
-- 
GitLab