diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp
index fa94a7934e651ac313c7acb9404849b33edc94b5..3c1de3a4229980fd733ae72df272da632efc7d9d 100644
--- a/indra/llmath/llvolume.cpp
+++ b/indra/llmath/llvolume.cpp
@@ -748,13 +748,8 @@ S32 LLProfile::getNumPoints(const LLProfileParams& params, BOOL path_open,F32 de
 	}
 
 	// Generate the face data
-	S32 i;
-	F32 begin = params.getBegin();
-	F32 end = params.getEnd();
 	F32 hollow = params.getHollow();
 
-	S32 face_num = 0;
-
 	S32 np = 0;
 
 	switch (params.getCurveType() & LL_PCODE_PROFILE_MASK)