diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:29:32 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:29:32 +0300 |
commit | ee05a06360a82489e85d8c875eb68a0f0b1ff91d (patch) | |
tree | 56320780429fcd3468144a60e38a96fc72a254bf /indra/test/test.cpp | |
parent | e59216443619dd2280ce0fff316a2b9e2ee7cf5e (diff) | |
parent | 82d713782529074b03720833038cb0df2b8bcffd (diff) |
Merge branch 'release/maint-x' into marchcat/x-c-merge
to pick up mac build fixes
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r-- | indra/test/test.cpp | 6 |
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 |