summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-04-12 12:07:45 -0500
committerDave Parks <davep@lindenlab.com>2011-04-12 12:07:45 -0500
commitb13b6ef014c251b77a42e40c3fa08ccd05326f16 (patch)
treea94aaa57975d6ece17e11b8f0c1888d9ce0fea2e /indra/llmath
parentd640839826807d361aba30ccf90955280375de06 (diff)
New tcmalloc.
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/lloctree.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index fdfc24f8b7..49e84cf1b4 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -580,19 +580,11 @@ public:
}
protected:
- typedef enum
- {
- CENTER = 0,
- SIZE = 1,
- MAX = 2,
- MIN = 3
- } eDName;
-
LLVector4a mCenter;
LLVector4a mSize;
LLVector4a mMax;
LLVector4a mMin;
-
+
oct_node* mParent;
U8 mOctant;