summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-05-02 10:31:52 -0700
committerGitHub <noreply@github.com>2024-05-02 10:31:52 -0700
commit37972cb76cd0459cd4105bbb09eb8f6cd1aa87f9 (patch)
treebfd85d36db258f46b74aa9989c1615d9bd7faf72 /indra/llmath
parent7fc5f7e649c564fa8479a72a45459d0cc427d0f8 (diff)
parente8219cb0509d5aacc75cf862c6b8cad026590958 (diff)
Merge pull request #1371 from secondlife/1357-gltf-asset-prototype
#1357 GLTF Export Prototype
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolumeoctree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llmath/llvolumeoctree.h b/indra/llmath/llvolumeoctree.h
index 0bbb793896..1df2bf5390 100644
--- a/indra/llmath/llvolumeoctree.h
+++ b/indra/llmath/llvolumeoctree.h
@@ -48,12 +48,6 @@ public:
*this = rhs;
}
- const LLVolumeTriangle& operator=(const LLVolumeTriangle& rhs)
- {
- LL_ERRS() << "Illegal operation!" << LL_ENDL;
- return *this;
- }
-
~LLVolumeTriangle()
{