diff --git a/pkg/sql/catalog/schemaexpr/default_exprs.go b/pkg/sql/catalog/schemaexpr/default_exprs.go index ef8622adc106..98dd54353a29 100644 --- a/pkg/sql/catalog/schemaexpr/default_exprs.go +++ b/pkg/sql/catalog/schemaexpr/default_exprs.go @@ -26,7 +26,6 @@ import ( // The length of the result slice matches the length of the input column descriptors. // For every column that has no default expression, a NULL expression is reported // as default. -// TODO(mgartner): Move this to the schemaexpr package. func MakeDefaultExprs( ctx context.Context, cols []descpb.ColumnDescriptor,