diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-14 08:50:04 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-14 11:24:35 +0300 |
commit | 82d713782529074b03720833038cb0df2b8bcffd (patch) | |
tree | 118d954a80c024fbf8c0de2942a2972140f54ccf /indra/test/test.cpp | |
parent | 2c52f6e323c0917fe61ab0a247dddd9df89414c6 (diff) |
#1457 Fix the tests on mac
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 |