summaryrefslogtreecommitdiff
path: root/source/Symbol/CompilerDecl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Symbol/CompilerDecl.cpp')
-rw-r--r--source/Symbol/CompilerDecl.cpp6
1 files changed, 0 insertions, 6 deletions
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
{