diff options
-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; |