From 4c21366d9e34f48ff978ff81197c7357f0a047b1 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 19 Mar 2008 22:36:26 +0000 Subject: Removed assert causing Debug build warnings/errors on Windows. Reviewed with Qarl. OK with Josh. --- indra/llmath/llvolume.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llmath/llvolume.cpp') diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 44fef9daf6..984c13e0d8 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -1858,9 +1858,6 @@ inline U32 sculpt_xy_to_index(U32 x, U32 y, U16 sculpt_width, U16 sculpt_height, { U32 index = (x + y * sculpt_width) * sculpt_components; - // attempt to resolve DEV-11158 - remove assert later. - llassert(index < sculpt_width * sculpt_height * sculpt_components); - return index; } -- cgit v1.2.3