diff --git a/frontend/lib/resolution/default-functions.cpp b/frontend/lib/resolution/default-functions.cpp index 14d04b78cf72..f1bd0029843d 100644 --- a/frontend/lib/resolution/default-functions.cpp +++ b/frontend/lib/resolution/default-functions.cpp @@ -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