Sema: Remove stray static

This is a real bug if the code path is ever used with different pointer
sizes in the same process.

llvm-svn: 230893
This commit is contained in:
Benjamin Kramer 2015-03-01 18:09:50 +00:00
parent 0995479e67
commit e0ca6e1375
1 changed files with 1 additions and 1 deletions

View File

@ -2128,7 +2128,7 @@ bool Sema::SemaBuiltinVAStartARM(CallExpr *Call) {
if (checkBuiltinArgument(*this, Call, 0))
return true;
static const struct {
const struct {
unsigned ArgNo;
QualType Type;
} ArgumentTypes[] = {