Skip to content

Commit 6d27113

Browse files
committed
fix: remove redundant SetSkipPointers
1 parent 31193b5 commit 6d27113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,6 @@ static void LoadMsvcStlFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
18061806
"MSVC STL std::u32string summary provider"));
18071807

18081808
stl_summary_flags.SetDontShowChildren(false);
1809-
stl_summary_flags.SetSkipPointers(false);
18101809

18111810
AddCXXSynthetic(cpp_category_sp, MsvcStlAtomicSyntheticFrontEndCreator,
18121811
"MSVC STL std::atomic synthetic children",

0 commit comments

Comments
 (0)