summaryrefslogtreecommitdiff
path: root/indra/test/test.cpp
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-12-15 17:41:05 -0500
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-12-16 04:19:35 +0200
commit2d40a1cfa9930f96570cccf415f6038d6dcc657c (patch)
treeaa06015a5f019d2b0d7b337541180cb65ce30751 /indra/test/test.cpp
parent59088a4824be5dc131b86ea355300a4c42b1670a (diff)
Clean up dead legacy headers and compiler work arounds
Clean up dead macos files Clean up dead windows build files Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r--indra/test/test.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index fd8034b811..d515cea3fa 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -46,13 +46,6 @@
#include "apr_pools.h"
#include "apr_getopt.h"
-// the CTYPE_WORKAROUND is needed for linux dev stations that don't
-// have the broken libc6 packages needed by our out-of-date static
-// libs (such as libcrypto and libcurl). -- Leviathan 20060113
-#ifdef CTYPE_WORKAROUND
-# include "ctype_workaround.h"
-#endif
-
#include <boost/iostreams/tee.hpp>
#include <boost/iostreams/stream.hpp>
@@ -619,10 +612,6 @@ int main(int argc, char **argv)
LLFile::remove(test_log);
LLError::logToFile(test_log);
-#ifdef CTYPE_WORKAROUND
- ctype_workaround();
-#endif
-
if (!sMasterThreadRecorder)
{
sMasterThreadRecorder = new LLTrace::ThreadRecorder();