]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Remove undefined internal function.
authorAbseil Team <absl-team@google.com>
Thu, 9 Jun 2022 19:57:02 +0000 (12:57 -0700)
committerCopybara-Service <copybara-worker@google.com>
Thu, 9 Jun 2022 19:57:51 +0000 (12:57 -0700)
Fixes #3856

PiperOrigin-RevId: 453992227
Change-Id: I5f3330a454bdcd6b0522ebba4cdfe2c888f8e638

googletest/include/gtest/internal/gtest-internal.h

index 6d05f96c7b309ad708d9e7603f35c25b43266821..9b04e4c85fabd1e3e3bcfcdc5497fad203e9ec4d 100644 (file)
@@ -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.
 //