diff options
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaDecl.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index bf29bdf2cee..8c3a5c12c69 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp @@ -45,11 +45,6 @@ Sema::TypeTy *Sema::isTypeName(const IdentifierInfo &II, Scope *S,    return 0;  } -std::string Sema::getTypeAsString(TypeTy *Type) { -  QualType Ty = QualType::getFromOpaquePtr(Type); -  return Ty.getAsString(); -} -  DeclContext *Sema::getContainingDC(DeclContext *DC) {    if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC)) {      // A C++ out-of-line method will return to the file declaration context.  | 

