Skip to content

Commit 81b3a65

Browse files
Merge pull request #3979 from adrian-prantl/release2
Remove unnecessary protected
2 parents c410322 + 7fc59b0 commit 81b3a65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@ class TypeSystemSwiftTypeRef : public TypeSystemSwift {
5151
static bool classof(const TypeSystem *ts) { return ts->isA(&ID); }
5252
/// \}
5353

54-
#ifdef NDEBUG
55-
protected:
56-
#endif
5754
/// Provided only for unit tests.
5855
TypeSystemSwiftTypeRef();
59-
public:
6056
~TypeSystemSwiftTypeRef();
6157
TypeSystemSwiftTypeRef(Module &module);
6258
/// Get the corresponding SwiftASTContext, and create one if necessary.

0 commit comments

Comments
 (0)