aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-07-07 21:03:28 +0000
committerCameron Zwarich <zwarich@apple.com>2011-07-07 21:03:28 +0000
commitdbd3c85825ad59896292ac7d326fe1985768f1e3 (patch)
treec09fd1617de32b93d9ecc0f248f54ff8902db356 /include
parent2357aeec0da2740838963880edd97e43f14cb6fd (diff)
r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,
so roll it out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/AST/Decl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h
index b7ea7a1be1..143915b4b5 100644
--- a/include/clang/AST/Decl.h
+++ b/include/clang/AST/Decl.h
@@ -1773,8 +1773,6 @@ public:
bool isInlined() const;
bool isInlineDefinitionExternallyVisible() const;
-
- bool doesDeclarationForceExternallyVisibleDefinition() const;
/// isOverloadedOperator - Whether this function declaration
/// represents an C++ overloaded operator, e.g., "operator+".