diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp')
-rw-r--r-- | libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp b/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp index b5b91cdab7c..105189f02ee 100644 --- a/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp +++ b/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp @@ -9,4 +9,3 @@ int main() { } return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; } - |