Skip to content

Commit 2d281ed

Browse files
committed
fixup! remove TODO
1 parent 0358143 commit 2d281ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
263263
if (!node_sp)
264264
return 0;
265265

266-
// TODO: or should this just be: assert
267-
// (!isOldCompressedPairLayout(*node_sp));
268266
if (!isOldCompressedPairLayout(*node_sp))
269267
return llvm::createStringError("Unexpected std::map layout: expected "
270268
"old __compressed_pair layout.");

0 commit comments

Comments
 (0)