Skip to content

Commit

Permalink
Remove check in move with noexcept annotation (#3177)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3177

Reviewed By: Yuhta, kgpai

Differential Revision: D41166069

Pulled By: xiaoxmeng

fbshipit-source-id: beae6d0fb3dd619f13138030289d14c336dc68f4
  • Loading branch information
xiaoxmeng authored and facebook-github-bot committed Nov 10, 2022
1 parent cd43519 commit d89acd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velox/dwio/common/DataBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class DataBuffer {
buf_{other.buf_},
size_{other.size_},
capacity_{other.capacity_} {
DWIO_ENSURE_EQ((pool_ == nullptr), (veloxRef_ != nullptr));
other.buf_ = nullptr;
other.size_ = 0;
other.capacity_ = 0;
Expand Down

0 comments on commit d89acd0

Please sign in to comment.