From f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:50:09 +0000 Subject: Vendor import of lldb release_39 branch r276489: https://llvm.org/svn/llvm-project/lldb/branches/release_39@276489 --- source/Symbol/CompilerDecl.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/Symbol/CompilerDecl.cpp') diff --git a/source/Symbol/CompilerDecl.cpp b/source/Symbol/CompilerDecl.cpp index 42e5fb0810711..98eef060df0e2 100644 --- a/source/Symbol/CompilerDecl.cpp +++ b/source/Symbol/CompilerDecl.cpp @@ -31,12 +31,6 @@ CompilerDecl::GetMangledName () const return m_type_system->DeclGetMangledName(m_opaque_decl); } -lldb::VariableSP -CompilerDecl::GetAsVariable () -{ - return m_type_system->DeclGetVariable(m_opaque_decl); -} - CompilerDeclContext CompilerDecl::GetDeclContext() const { -- cgit v1.2.3