diff options
author | Enrico Granata <egranata@apple.com> | 2012-09-13 23:06:00 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2012-09-13 23:06:00 +0000 |
commit | 058049cdea6089bdc025b42e6a370e8cef45d142 (patch) | |
tree | bd0e14f94d35232c7c819b52623cb707fff0c8b0 | |
parent | a12993c930cd50602ecbe2901e2b49fefa3d3bc1 (diff) | |
download | bcm5719-llvm-058049cdea6089bdc025b42e6a370e8cef45d142.tar.gz bcm5719-llvm-058049cdea6089bdc025b42e6a370e8cef45d142.zip |
Fixing a typo
llvm-svn: 163852
-rw-r--r-- | lldb/source/Core/CXXFormatterFunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/CXXFormatterFunctions.cpp b/lldb/source/Core/CXXFormatterFunctions.cpp index 27ec02ecbaf..b68ecfd1e61 100644 --- a/lldb/source/Core/CXXFormatterFunctions.cpp +++ b/lldb/source/Core/CXXFormatterFunctions.cpp @@ -997,7 +997,6 @@ SyntheticChildrenFrontEnd(*valobj_sp.get()) uint32_t lldb_private::formatters::NSArrayCodeRunningSyntheticFrontEnd::CalculateNumChildren () { - return 0; uint64_t count = 0; if (ExtractValueFromObjCExpression(m_backend, "int", "count", count)) return count; |