diff --git a/format.h b/format.h index 72401161..cd8836f8 100644 --- a/format.h +++ b/format.h @@ -1096,7 +1096,6 @@ class ArgList { ArgList() : types_(0) {} - // TODO: MakeArgList(const Args &...) ArgList(ULongLong types, const internal::Value *values) : types_(types), values_(values) {} ArgList(ULongLong types, const internal::Arg *args)