diff options
author | Abseil Team <absl-team@google.com> | 2022-06-09 19:57:02 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-06-09 19:57:51 (GMT) |
commit | 49c6185ae7b4427428c70f05ac46c8d4cb32f685 (patch) | |
tree | 6e0a2c51f7b27cc57b61535200713553d76a7705 /googletest | |
parent | 0320f517fd920866d918e564105d68fd4362040a (diff) | |
download | googletest-49c6185ae7b4427428c70f05ac46c8d4cb32f685.zip googletest-49c6185ae7b4427428c70f05ac46c8d4cb32f685.tar.gz googletest-49c6185ae7b4427428c70f05ac46c8d4cb32f685.tar.bz2 |
Remove undefined internal function.
Fixes #3856
PiperOrigin-RevId: 453992227
Change-Id: I5f3330a454bdcd6b0522ebba4cdfe2c888f8e638
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/include/gtest/internal/gtest-internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h index 6d05f96..9b04e4c 100644 --- a/googletest/include/gtest/internal/gtest-internal.h +++ b/googletest/include/gtest/internal/gtest-internal.h @@ -185,14 +185,6 @@ GTEST_API_ std::string CreateUnifiedDiff(const std::vector<std::string>& left, } // namespace edit_distance -// Calculate the diff between 'left' and 'right' and return it in unified diff -// format. -// If not null, stores in 'total_line_count' the total number of lines found -// in left + right. -GTEST_API_ std::string DiffStrings(const std::string& left, - const std::string& right, - size_t* total_line_count); - // Constructs and returns the message for an equality assertion // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. // |