Skip to content

Commit e2193e1

Browse files
committed
NFC: Remove a couple of unused TypeChecker fields
1 parent 511a26b commit e2193e1

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
@@ -556,10 +556,7 @@ class TypeChecker final {
556556
std::vector<AbstractClosureExpr *> ClosuresWithUncomputedCaptures;
557557

558558
private:
559-
Type MaxIntegerType;
560559
Type NSObjectType;
561-
Type NSNumberType;
562-
Type NSValueType;
563560
Type ObjCSelectorType;
564561

565562
/// The set of expressions currently being analyzed for failures.

0 commit comments

Comments
 (0)