diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:44:41 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:44:41 +0100 |
commit | 94d844e1876461ad2e2ad385555ce9a0a7e60088 (patch) | |
tree | 543b1d91ae318be750e08db03f88fb6e59616311 /indra/newview/llvosky.cpp | |
parent | 0a78e9271c524c92cb8b1965e9a6081d4f700437 (diff) |
Remove MSVC debug pragmas.
Diffstat (limited to 'indra/newview/llvosky.cpp')
-rw-r--r-- | indra/newview/llvosky.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index d3b1f1459f..e02550c77b 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -59,8 +59,6 @@ #undef min #undef max -#pragma optimize("", off) - namespace { const S32 NUM_TILES_X = 8; |