Skip to content

Commit 680ba1c

Browse files
committed
further cleanup of invert
1 parent fe65998 commit 680ba1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/expr/funary/uinvert.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ class FExpr_UInvert : public FExpr_FuncUnary {
5353

5454
Column evaluate1(Column&& col) const override{
5555
SType stype = col.stype();
56-
Column col_out;
5756

5857
switch (stype) {
5958
case SType::VOID:

0 commit comments

Comments
 (0)