Skip to content

Commit

Permalink
Remove compiler-generated tuple .size
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <anna.rift@hpe.com>
  • Loading branch information
riftEmber committed May 14, 2024
1 parent 3fc1146 commit 814c975
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/lib/resolution/default-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ needCompilerGeneratedMethod(Context* context, const Type* type,
}
}

if (type->isTupleType() && name == "size") {
return true;
}

// Some basic getter methods for domain properties
//
// TODO: We can eventually replace these for calls on a domain *value* by
Expand Down

0 comments on commit 814c975

Please sign in to comment.