Skip to content

Commit b2608dc

Browse files
authored
Merge pull request #91 from Teemperor/RemoveDuplicateComment
[upstreaming] Remove duplicate comment in Type.h
2 parents a0ff264 + 43ea517 commit b2608dc

File tree

1 file changed

+0
-3
lines changed
  • lldb/include/lldb/Symbol

1 file changed

+0
-3
lines changed

lldb/include/lldb/Symbol/Type.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@ class Type : public std::enable_shared_from_this<Type>, public UserID {
250250
// the two classes here are used by the public API as a backend to the SBType
251251
// and SBTypeList classes
252252

253-
// the two classes here are used by the public API as a backend to
254-
// the SBType and SBTypeList classes
255-
256253
class TypeImpl {
257254
public:
258255
TypeImpl() = default;

0 commit comments

Comments
 (0)