diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-09 00:43:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 00:43:36 +0300 |
commit | cd5d35ddab52ae577e286140ee54664202a0091d (patch) | |
tree | cf046f1ada76fc73d11ca9fa27075a199a9c2c73 /indra/llcommon/llpreprocessor.h | |
parent | f56ef28ccf168b5f9d42a9d405924ca604326ff7 (diff) | |
parent | 499a717f62458ecddac270f069d283cf2ed62712 (diff) |
Merge pull request #1945 from Ansariel/develop_msvc7
Remove ancient MSVC7 code
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
-rw-r--r-- | indra/llcommon/llpreprocessor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h index 0d87d1e433..a528cc7fd8 100644 --- a/indra/llcommon/llpreprocessor.h +++ b/indra/llcommon/llpreprocessor.h @@ -74,9 +74,6 @@ #ifndef LL_MSVC #define LL_MSVC 1 #endif - #if _MSC_VER < 1400 - #define LL_MSVC7 //Visual C++ 2003 or earlier - #endif #endif // Deal with minor differences on Unixy OSes. |