From b992f283ea111443da87b3d7b59c928962cef5d3 Mon Sep 17 00:00:00 2001 From: siddh Date: Sun, 10 May 2026 23:24:14 +0530 Subject: [PATCH] Remove temporary clarifying comment Drop the follow-up comment added for CLA retrigger so the PR includes only necessary matcher output changes. --- googlemock/src/gmock-matchers.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/googlemock/src/gmock-matchers.cc b/googlemock/src/gmock-matchers.cc index a1784fa91..fd7d78b06 100644 --- a/googlemock/src/gmock-matchers.cc +++ b/googlemock/src/gmock-matchers.cc @@ -245,7 +245,6 @@ static void LogElementMatcherPairVec(const ElementMatcherPairs& pairs, static void LogActualExpectedPairVec(const ElementMatcherPairs& pairs, ::std::ostream* stream) { - // Keep pairings in Actual/Expected order for quick visual diffing. typedef ElementMatcherPairs::const_iterator Iter; ::std::ostream& os = *stream; const char* sep = "";