summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorAnsariel <ansariel.hiller@phoenixviewer.com>2024-07-08 20:46:45 +0200
committerAnsariel <ansariel.hiller@phoenixviewer.com>2024-07-08 20:46:45 +0200
commit499a717f62458ecddac270f069d283cf2ed62712 (patch)
tree2e1dc8fcdf7024cc3eb8a07d7d47a6ad44a34fbc /indra/llcommon
parent94a66b558401c77953c990a992a91c7b32493f82 (diff)
Remove ancient MSVC7 code
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llpreprocessor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h
index 0248e8f8b9..34816acc23 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.