Remove temporary clarifying comment

Drop the follow-up comment added for CLA retrigger so the PR includes only necessary matcher output changes.
This commit is contained in:
siddh 2026-05-10 23:24:14 +05:30
parent 52138d0373
commit b992f283ea

View File

@ -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 = "";