From 4d6cb310ec516fe50912293042ee95d5a10cbe73 Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Thu, 25 Apr 2019 11:43:16 -0700
Subject: [PATCH] Remove unused vars making Clang warnerror.

---
 indra/llinventory/llsettingssky.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index c41944bdbba..549d0c4b3b3 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -953,9 +953,6 @@ void LLSettingsSky::updateSettings()
 
 F32 LLSettingsSky::getSunMoonGlowFactor() const
 {
-    LLVector3 sunDir  = getSunDirection();
-    LLVector3 moonDir = getMoonDirection();
-
     // sun glow at full iff moon is not up
     if (getIsSunUp())
     {
-- 
GitLab