aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Symbol/CompilerDecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Symbol/CompilerDecl.h')
-rw-r--r--include/lldb/Symbol/CompilerDecl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/lldb/Symbol/CompilerDecl.h b/include/lldb/Symbol/CompilerDecl.h
index b749e79b459a..19654ab165bb 100644
--- a/include/lldb/Symbol/CompilerDecl.h
+++ b/include/lldb/Symbol/CompilerDecl.h
@@ -65,12 +65,6 @@ public:
IsClang () const;
//----------------------------------------------------------------------
- // Object linked to the decl
- //----------------------------------------------------------------------
- lldb::VariableSP
- GetAsVariable ();
-
- //----------------------------------------------------------------------
// Accessors
//----------------------------------------------------------------------