summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-14 08:50:04 +0300
committerNat Goodspeed <nat@lindenlab.com>2024-05-15 09:35:28 -0400
commit33ad8db77584c66496f261a1cfd9aa535462a003 (patch)
tree21c6f88d36160129063c63281a45f3beeb6fa411 /indra/test
parentbb3c36f5cbc0c3b542045fd27255eee24e03da22 (diff)
#1457 Fix the tests on mac
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd)
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index 21232e88f5..61a4eb07c5 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -54,12 +54,6 @@
#endif
#ifndef LL_WINDOWS
-
-typedef struct {
- void *re_pcre;
- size_t re_nsub;
- size_t re_erroffset;
-} regex_t;
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#endif