diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r-- | clang/lib/Sema/Sema.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 924a861012a..16913c58691 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -483,8 +483,6 @@ public: virtual TypeResult ActOnTypeName(Scope *S, Declarator &D); - bool RequireCompleteType(SourceLocation Loc, QualType T, unsigned diag, - SourceRange Range1 = SourceRange()); bool RequireCompleteType(SourceLocation Loc, QualType T, const PartialDiagnostic &PD); |