diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-02-09 16:13:57 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-02-09 16:13:57 -0800 |
commit | a56385345f3fb261b8c2c375960f1328c296ebf2 (patch) | |
tree | 69d64a092fac5cb98cdf14184282fa49a497336a /indra/llprimitive/tests | |
parent | d6841c07983a46ff805ed23a7318efbf9cca3b24 (diff) |
SL-19080: Address clang-provided errors
Diffstat (limited to 'indra/llprimitive/tests')
-rw-r--r-- | indra/llprimitive/tests/llgltfmaterial_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llprimitive/tests/llgltfmaterial_test.cpp b/indra/llprimitive/tests/llgltfmaterial_test.cpp index 4f58f4e567..5ef88c8119 100644 --- a/indra/llprimitive/tests/llgltfmaterial_test.cpp +++ b/indra/llprimitive/tests/llgltfmaterial_test.cpp @@ -23,8 +23,6 @@ * $/LicenseInfo$ */ -#pragma once - #include "linden_common.h" #include "lltut.h" |