Skip to content

Commit 6b29f2e

Browse files
Update src/Storages/ColumnDefault.cpp
Co-authored-by: Nikita Mikhaylov <[email protected]>
1 parent f1901d4 commit 6b29f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Storages/ColumnDefault.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ ColumnDefault & ColumnDefault::operator=(ColumnDefault && other) noexcept
7575

7676
kind = std::exchange(other.kind, ColumnDefaultKind{});
7777
expression = std::exchange(other.expression, nullptr);
78-
other.expression.reset();
7978
ephemeral_default = std::exchange(other.ephemeral_default, false);
8079

8180
return *this;

0 commit comments

Comments
 (0)