| 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);
|
| }
|
|
|