From 65d56f53cd9a2028af177ec0315b721f59868d19 Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Tue, 27 Nov 2018 08:28:42 -0800
Subject: [PATCH] Remove unused vars, make Clang happy.

---
 indra/newview/pipeline.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index ab933d96517..60a28822bd1 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -2432,10 +2432,6 @@ void LLPipeline::updateCull(LLCamera& camera, LLCullResult& result, S32 water_cl
 	LLGLDisable test(GL_ALPHA_TEST);
 	gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
 
-
-	glh::matrix4f modelview = get_last_modelview();
-	glh::matrix4f proj = get_last_projection();
-
 	LLGLDepthTest depth(GL_TRUE, GL_FALSE);
 
 	bool bound_shader = false;
-- 
GitLab