diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/cmake/posix_regex.cpp')
-rw-r--r-- | libcxx/utils/google-benchmark/cmake/posix_regex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/cmake/posix_regex.cpp b/libcxx/utils/google-benchmark/cmake/posix_regex.cpp index 466dc62560a..02f6dfc278a 100644 --- a/libcxx/utils/google-benchmark/cmake/posix_regex.cpp +++ b/libcxx/utils/google-benchmark/cmake/posix_regex.cpp @@ -11,4 +11,3 @@ int main() { regfree(&re); return ret; } - |