diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-20 15:50:50 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-01-20 15:50:50 -0500 |
commit | f6ecff390d0190f263887f3af089dc7c2d7fa8d9 (patch) | |
tree | c0d4ecb006cc9ba8de8bf861e4fabccd83681e99 | |
parent | 32d3d2e0503ef81a7d1e40f7e7464ca6743d540f (diff) |
fixed build breakage on mac/linux - unused var
-rwxr-xr-x[-rw-r--r--] | indra/newview/pipeline.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index c1b3ad99b2..38711472a1 100644..100755 --- 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)) |