Skip to content

Commit 265c587

Browse files
committed
removed commented-out code
1 parent 91c9e8e commit 265c587

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/ExpressionsGivenRow.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,6 @@ internal interface ExpressionsGivenRow {
8585

8686
/** [Row Value Expression][RowValueExpression.WithExample] */
8787
interface RowValueExpressionLink
88-
89-
// @Deprecated(
90-
// "This is located in another file",
91-
// ReplaceWith("ExpressionsGivenColumn.RowColumnExpression"),
92-
// DeprecationLevel.ERROR,
93-
// )
94-
// interface RowColumnExpression {
95-
//
96-
// @Deprecated(
97-
// "This is located in another file",
98-
// ReplaceWith("ExpressionsGivenColumn.RowColumnExpression.WithExample"),
99-
// DeprecationLevel.ERROR,
100-
// )
101-
// interface WithExample
102-
// }
10388
}
10489

10590
/** [Row Expression][ExpressionsGivenRow] */

0 commit comments

Comments
 (0)