From 3c388185c0fbc06cddf39b367f34130c3facdc25 Mon Sep 17 00:00:00 2001 From: vitaut Date: Tue, 5 May 2015 07:25:42 -0700 Subject: [PATCH] Remove old TODO --- format.h | 1 - 1 file changed, 1 deletion(-) 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)