diff options
author | Greg Clayton <gclayton@apple.com> | 2012-10-10 00:58:07 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-10-10 00:58:07 +0000 |
commit | 64809ce78312a27c6c1272288c058f0eb91c61d9 (patch) | |
tree | ee441f28bdb9d6b4b6aec6da9d0ff59fd88924a0 | |
parent | 2cc1fbfc9bbc59badd85c476f12211ae608712ea (diff) | |
download | llvm-64809ce78312a27c6c1272288c058f0eb91c61d9.zip llvm-64809ce78312a27c6c1272288c058f0eb91c61d9.tar.gz llvm-64809ce78312a27c6c1272288c058f0eb91c61d9.tar.bz2 |
Someone was using vi and left a little something in the code.
llvm-svn: 165580
-rw-r--r-- | lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp index 82051d5..f37102e 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp @@ -1112,7 +1112,7 @@ public: if (class_method_func) { - ClassDescriptorV2 metaclass(m_runtime, :q!objc_class->m_isa); // The metaclass is not in the cache + ClassDescriptorV2 metaclass(m_runtime, objc_class->m_isa); // The metaclass is not in the cache // We don't care about the metaclass's superclass, or its class methods. Its instance methods are // our class methods. |