Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/re2/re2/variadic_function.h

Issue 10875047: Migrate WebRequestRedirectByRegExAction to use RE2 and roll RE2 to revision 97:401ab4168e8e (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/re2/testing/set_test.cc ('k') | third_party/re2/util/logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/variadic_function.h
diff --git a/third_party/re2/re2/variadic_function.h b/third_party/re2/re2/variadic_function.h
index 8d2b763748aaa23441f893aeaf784d6b4a4e4ace..7c7d6d5612c7d3805ecdc575478c34980741d09f 100644
--- a/third_party/re2/re2/variadic_function.h
+++ b/third_party/re2/re2/variadic_function.h
@@ -11,8 +11,6 @@ template <typename Result, typename Param0, typename Param1, typename Arg,
Result (*Func)(Param0, Param1, const Arg* const [], int count)>
class VariadicFunction2 {
public:
- VariadicFunction2() {}
-
Result operator()(Param0 p0, Param1 p1) const {
return Func(p0, p1, 0, 0);
}
« no previous file with comments | « third_party/re2/re2/testing/set_test.cc ('k') | third_party/re2/util/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698