Skip to content

Commit 0c54eec

Browse files
committed
Remove an unused member
1 parent a4bd098 commit 0c54eec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Sema/TypeChecker.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -925,9 +925,6 @@ class TypeChecker final {
925925
/// struct or class.
926926
static void addImplicitConstructors(NominalTypeDecl *typeDecl);
927927

928-
private:
929-
Optional<Type> boolType;
930-
931928
public:
932929
/// Fold the given sequence expression into an (unchecked) expression
933930
/// tree.

0 commit comments

Comments
 (0)