From 5a369128f66b30f8ce003c641dc40be0e87c09ca Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 28 Sep 2010 01:25:32 +0000 Subject: Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. But mostly, move the ObjC Trampoline handling code from the MacOSX dyld plugin to the AppleObjCRuntime classes. llvm-svn: 114935 --- lldb/source/Core/ValueObjectChild.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Core/ValueObjectChild.cpp') diff --git a/lldb/source/Core/ValueObjectChild.cpp b/lldb/source/Core/ValueObjectChild.cpp index 3093582998c..73af56c07d2 100644 --- a/lldb/source/Core/ValueObjectChild.cpp +++ b/lldb/source/Core/ValueObjectChild.cpp @@ -204,4 +204,3 @@ ValueObjectChild::IsInScope (StackFrame *frame) { return m_parent->IsInScope (frame); } - -- cgit v1.2.3