aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-matchers.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-02-12 16:42:12 -0500
committerGennadiy Civil <misterg@google.com>2018-02-12 16:42:12 -0500
commit225e6741acfaa38375589dafcc84254a92313dac (patch)
treef34e07e2970e08d06e5efcc993198ad844c19c19 /googlemock/include/gmock/gmock-matchers.h
parentb94ba27d4471070732b8722afafb38d6d0df9cea (diff)
downloadgoogletest-225e6741acfaa38375589dafcc84254a92313dac.tar.gz
googletest-225e6741acfaa38375589dafcc84254a92313dac.tar.bz2
googletest-225e6741acfaa38375589dafcc84254a92313dac.zip
moving JoinAsTuple to internal
Diffstat (limited to 'googlemock/include/gmock/gmock-matchers.h')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index 94c23d38..fc3fe3aa 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -3614,10 +3614,6 @@ BoundSecondMatcher<Tuple2Matcher, Second> MatcherBindSecond(
return BoundSecondMatcher<Tuple2Matcher, Second>(tm, second);
}
-// Joins a vector of strings as if they are fields of a tuple; returns
-// the joined string. This function is exported for testing.
-GTEST_API_ string JoinAsTuple(const Strings& fields);
-
// Returns the description for a matcher defined using the MATCHER*()
// macro where the user-supplied description string is "", if
// 'negation' is false; otherwise returns the description of the