diff options
author | Chris Lattner <sabre@nondot.org> | 2010-08-18 16:09:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-08-18 16:09:06 +0000 |
commit | 9b7d6701dabc24387cc152e4d13bf9aec6aa461a (patch) | |
tree | 8c89fa8e32b3a9d09e356b5a22c29b99ba96a7e4 /lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | 2c1ab9079cb117dc0470ab423fe0bc5177546339 (diff) |
zap dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiateDecl.cpp')
-rw-r--r-- | lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Sema/SemaTemplateInstantiateDecl.cpp b/lib/Sema/SemaTemplateInstantiateDecl.cpp index bfe3154458..1cb5077ade 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -85,10 +85,6 @@ namespace { return 0; } - const LangOptions &getLangOptions() { - return SemaRef.getLangOptions(); - } - // Helper functions for instantiating methods. TypeSourceInfo *SubstFunctionType(FunctionDecl *D, llvm::SmallVectorImpl<ParmVarDecl *> &Params); |