Skip to content

Commit ca97356

Browse files
committed
Remove development reference comment
1 parent a88b9a0 commit ca97356

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,19 +1672,6 @@ TypeSystemSwiftTypeRef::GetPointeeType(opaque_compiler_type_t type) {
16721672
CompilerType
16731673
TypeSystemSwiftTypeRef::GetPointerType(opaque_compiler_type_t type) {
16741674
auto impl = [&]() -> CompilerType {
1675-
/*
1676-
kind=Type
1677-
kind=BoundGenericStructure
1678-
kind=Type
1679-
kind=Structure
1680-
kind=Module, text="Swift"
1681-
kind=Identifier, text="UnsafePointer"
1682-
kind=TypeList
1683-
kind=Type
1684-
kind=Structure
1685-
kind=Module, text="Swift"
1686-
kind=Identifier, text="Int"
1687-
*/
16881675
using namespace swift::Demangle;
16891676
Demangler dem;
16901677

0 commit comments

Comments
 (0)