Skip to content

Commit 5d91c54

Browse files
Update src/abstractdataframe/selection.jl
Co-authored-by: Milan Bouchet-Valat <[email protected]>
1 parent 7cf5052 commit 5d91c54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/abstractdataframe/selection.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,8 +1829,6 @@ function manipulate(dfv::SubDataFrame, @nospecialize(args...); copycols::Bool, k
18291829
"Only column selection is allowed."
18301830
))
18311831
end
1832-
1833-
18341832
ind_idx = index(dfv)[ind]
18351833

18361834
if ind isa ColumnIndex

0 commit comments

Comments
 (0)