summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-05 20:35:48 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-05 20:35:48 +0100
commit1c62165a2b920c5381e846a5b6d600644d3fb648 (patch)
treeffc909cd64f2f8e69fabcf6513fc8482f6ab75f5 /indra/llmath
parentb269b531706f2490f143bb675398d7c53e2254af (diff)
SL-915 - removed no optimize pragmas
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llrigginginfo.cpp5
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
//-----------------------------------------------------------------------------