Skip to content

Commit 042c4c4

Browse files
committed
rm comment
1 parent 382ee37 commit 042c4c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/expression/tablefunction/table_function.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ func (t *TableFunctionWrapper) RowIter(ctx *sql.Context, r sql.Row) (sql.RowIter
8585
if err != nil {
8686
return nil, err
8787
}
88-
// TODO
8988
//if ri, ok := v.(sql.RowIter); ok {
9089
// return ri, nil
9190
//}

0 commit comments

Comments
 (0)