From f6ecff390d0190f263887f3af089dc7c2d7fa8d9 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Thu, 20 Jan 2011 15:50:50 -0500
Subject: [PATCH] fixed build breakage on mac/linux - unused var

---
 indra/newview/pipeline.cpp | 5 -----
 1 file changed, 5 deletions(-)
 mode change 100644 => 100755 indra/newview/pipeline.cpp

diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
old mode 100644
new mode 100755
index c1b3ad99b2d..38711472a13
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -2495,11 +2495,6 @@ void LLPipeline::markRebuild(LLDrawable *drawablep, LLDrawable::EDrawableFlags f
 {
 	LLMemType mt(LLMemType::MTYPE_PIPELINE_MARK_REBUILD);
 
-	if (drawablep)
-	{
-		LLVOVolume* volume = drawablep->getVOVolume();
-	}
-
 	if (drawablep && !drawablep->isDead() && assertInitialized())
 	{
 		if (!drawablep->isState(LLDrawable::BUILT))
-- 
GitLab