diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-12 12:07:45 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-12 12:07:45 -0500 |
commit | b13b6ef014c251b77a42e40c3fa08ccd05326f16 (patch) | |
tree | a94aaa57975d6ece17e11b8f0c1888d9ce0fea2e /indra/llmath | |
parent | d640839826807d361aba30ccf90955280375de06 (diff) |
New tcmalloc.
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/lloctree.h | 10 |
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; |