Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
  • Loading branch information
soulxu committed Nov 23, 2023
1 parent 3b701c5 commit ab8fa48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/common/buffer/buffer_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,9 @@ class Slice {
void transferDrainTrackersTo(Slice& destination) {
destination.drain_trackers_.splice(destination.drain_trackers_.end(), drain_trackers_);
ASSERT(drain_trackers_.empty());
<<<<<<< HEAD
// The releasor needn't to be transferred, and actually if there is releasor, this
// slice can't coalesce. Then there won't be a chance to calling this method.
ASSERT(releasor_ == nullptr);
=======
destination.releasor_.swap(releasor_);
>>>>>>> a9947e47f9 (Move io_uring interface header file to "envoy/" directory)
}

/**
Expand Down

0 comments on commit ab8fa48

Please sign in to comment.