Commit 6e33d5ed authored by Anand K Mistry's avatar Anand K Mistry Committed by Commit Bot

[Mojo] Remove MessageView::TakeMessage() in channel_posix

The function is unused.

Bug: None
Change-Id: Iacc20257e5636af4b38644ec7ab8c099d0310975
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275925
Commit-Queue: Anand K Mistry <amistry@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Auto-Submit: Anand K Mistry <amistry@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#784320}
parent 9ded41f6
......@@ -70,7 +70,6 @@ class MessageView {
std::vector<PlatformHandleInTransit> TakeHandles() {
return std::move(handles_);
}
Channel::MessagePtr TakeMessage() { return std::move(message_); }
void SetHandles(std::vector<PlatformHandleInTransit> handles) {
handles_ = std::move(handles);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment