File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
lldb/source/Plugins/Language Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,6 @@ lldb::ChildCacheState VectorIteratorSyntheticFrontEnd::Update() {
199199 if (!valobj_sp)
200200 return lldb::ChildCacheState::eRefetch;
201201
202- if (!valobj_sp)
203- return lldb::ChildCacheState::eRefetch;
204-
205202 ValueObjectSP item_ptr =
206203 formatters::GetChildMemberWithName (*valobj_sp, m_item_names);
207204 if (!item_ptr)
Original file line number Diff line number Diff line change @@ -417,8 +417,6 @@ lldb_private::formatters::NSSetISyntheticFrontEnd::Update() {
417417 m_data_64 = nullptr ;
418418 m_ptr_size = 0 ;
419419 ValueObjectSP valobj_sp = m_backend.GetSP ();
420- if (!valobj_sp)
421- return lldb::ChildCacheState::eRefetch;
422420 if (!valobj_sp)
423421 return lldb::ChildCacheState::eRefetch;
424422 m_exe_ctx_ref = valobj_sp->GetExecutionContextRef ();
You can’t perform that action at this time.
0 commit comments