diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:51:50 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:51:50 +0300 |
commit | c8217c156a96faa95ed92e8c0a6d7c43960da46d (patch) | |
tree | 941b106a9981a6249b304b9648c5099760b36357 /indra/test/test.cpp | |
parent | d9153532b8637cbfe992200effb1d24c597a732f (diff) | |
parent | 82d713782529074b03720833038cb0df2b8bcffd (diff) |
Merge branch 'release/maint-x' into marchcat/x-mf-merge
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 |