aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-30 00:20:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-30 00:20:43 +0000
commitd09436c724baa1b11804d60e286ec0b9124489ee (patch)
treeea11d9cfc76b5e527bb4bae944d16421a3163877
parentef84554239d77cc52a14b42f2bff8c2d02e7630e (diff)
[Frontend] Remove actual ImplicitExternC member variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173860 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/HeaderSearchOptions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Lex/HeaderSearchOptions.h b/include/clang/Lex/HeaderSearchOptions.h
index 006bf4357b..d739dc2afa 100644
--- a/include/clang/Lex/HeaderSearchOptions.h
+++ b/include/clang/Lex/HeaderSearchOptions.h
@@ -59,9 +59,6 @@ public:
/// system.
unsigned IsInternal : 1;
- /// \brief True if this entry's headers should be wrapped in extern "C".
- unsigned ImplicitExternC : 1;
-
Entry(StringRef path, frontend::IncludeDirGroup group,
bool isFramework, bool ignoreSysRoot, bool isInternal)
: Path(path), Group(group), IsFramework(isFramework),