From: Daniel Dunbar Date: Wed, 30 Jan 2013 00:20:43 +0000 (+0000) Subject: [Frontend] Remove actual ImplicitExternC member variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d09436c724baa1b11804d60e286ec0b9124489ee;p=clang [Frontend] Remove actual ImplicitExternC member variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173860 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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),