diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 20:35:48 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-06-05 20:35:48 +0100 |
commit | 1c62165a2b920c5381e846a5b6d600644d3fb648 (patch) | |
tree | ffc909cd64f2f8e69fabcf6513fc8482f6ab75f5 /indra/llmath/llrigginginfo.cpp | |
parent | b269b531706f2490f143bb675398d7c53e2254af (diff) |
SL-915 - removed no optimize pragmas
Diffstat (limited to 'indra/llmath/llrigginginfo.cpp')
-rw-r--r-- | indra/llmath/llrigginginfo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llmath/llrigginginfo.cpp b/indra/llmath/llrigginginfo.cpp index 18fea2088c..925179c2ba 100644 --- a/indra/llmath/llrigginginfo.cpp +++ b/indra/llmath/llrigginginfo.cpp @@ -27,11 +27,6 @@ #include "llmath.h" #include "llrigginginfo.h" -#ifndef LL_RELEASE_FOR_DOWNLOAD -// AXON to remove -#pragma optimize("", off) -#endif - //----------------------------------------------------------------------------- // LLJointRiggingInfo //----------------------------------------------------------------------------- |