aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AST/Decl.cpp')
-rw-r--r--lib/AST/Decl.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/AST/Decl.cpp b/lib/AST/Decl.cpp
index fdec2f5d65..d4cc945b1b 100644
--- a/lib/AST/Decl.cpp
+++ b/lib/AST/Decl.cpp
@@ -512,12 +512,6 @@ bool NamedDecl::isCXXInstanceMember() const {
return false;
}
-llvm::raw_ostream &clang::operator<<(llvm::raw_ostream &OS,
- const NamedDecl *ND) {
- OS << ND->getNameAsString();
- return OS;
-}
-
//===----------------------------------------------------------------------===//
// DeclaratorDecl Implementation
//===----------------------------------------------------------------------===//