Delete inaccurate doc comment - isVariadic is long gone

The canonical documentation in the header is up-to-date.

llvm-svn: 199054
This commit is contained in:
Alp Toker 2014-01-12 15:18:15 +00:00
parent 44e3905987
commit eee59685af
1 changed files with 0 additions and 2 deletions

View File

@ -2822,8 +2822,6 @@ static bool isCanonicalResultType(QualType T) {
T.getObjCLifetime() == Qualifiers::OCL_ExplicitNone);
}
/// getFunctionType - Return a normal function type with a typed argument
/// list. isVariadic indicates whether the argument list includes '...'.
QualType
ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray,
const FunctionProtoType::ExtProtoInfo &EPI) const {