diff options
| author | Rye <rye@lindenlab.com> | 2025-02-02 03:40:21 -0500 |
|---|---|---|
| committer | Rye <rye@lindenlab.com> | 2025-02-11 05:04:05 -0500 |
| commit | 39a13e4088db6e4023d196de07765363ddce2c4f (patch) | |
| tree | 612417d310bd8796424d34dc43a03ebdc9e39541 /indra/llmath/m4math.cpp | |
| parent | 6fcd349f374710a3f4e0e0585bb6d7af86ebb66d (diff) | |
Restore math types to trivially copyable and add static asserts
Diffstat (limited to 'indra/llmath/m4math.cpp')
| -rw-r--r-- | indra/llmath/m4math.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmath/m4math.cpp b/indra/llmath/m4math.cpp index c46ee587cb..2a6e52798b 100644 --- a/indra/llmath/m4math.cpp +++ b/indra/llmath/m4math.cpp @@ -157,10 +157,6 @@ LLMatrix4::LLMatrix4(const F32 roll, const F32 pitch, const F32 yaw) mMatrix[3][3] = 1.f; } -LLMatrix4::~LLMatrix4(void) -{ -} - // Clear and Assignment Functions const LLMatrix4& LLMatrix4::setZero() |
