]> granicus.if.org Git - clang/commitdiff
Remove unused override of CompilerInvocation::setLangDefaults().
authorNico Weber <nicolasweber@gmx.de>
Wed, 11 Jul 2012 16:15:04 +0000 (16:15 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 11 Jul 2012 16:15:04 +0000 (16:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160051 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CompilerInvocation.h

index fc3ab1017f2ebd8ff357e88501bada46b0f64aa9..d6fe003da0fdf8ab3f73c13234a9e343908165ba 100644 (file)
@@ -131,16 +131,6 @@ public:
   /// passing to CreateFromArgs.
   void toArgs(std::vector<std::string> &Res) const;
 
-  /// \brief Set language defaults for the given input language and
-  /// language standard in this CompilerInvocation.
-  ///
-  /// \param IK - The input language.
-  /// \param LangStd - The input language standard.
-  void setLangDefaults(InputKind IK,
-                  LangStandard::Kind LangStd = LangStandard::lang_unspecified) {
-    setLangDefaults(*getLangOpts(), IK, LangStd);
-  }
-
   /// \brief Set language defaults for the given input language and
   /// language standard in the given LangOptions object.
   ///