Skip to content

Commit

Permalink
NFC: Remove a couple of unused TypeChecker fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishknight committed Nov 7, 2019
1 parent 511a26b commit e2193e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Sema/TypeChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,7 @@ class TypeChecker final {
std::vector<AbstractClosureExpr *> ClosuresWithUncomputedCaptures;

private:
Type MaxIntegerType;
Type NSObjectType;
Type NSNumberType;
Type NSValueType;
Type ObjCSelectorType;

/// The set of expressions currently being analyzed for failures.
Expand Down

0 comments on commit e2193e1

Please sign in to comment.