Skip to content

Commit 63b57ca

Browse files
authored
Removed unused variable (#423)
1 parent 30b3d4a commit 63b57ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/flutter/shell/platform/common/client_wrapper/core_implementations.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ void BinaryMessengerImpl::Send(const std::string& channel,
9292
captures->reply(data, data_size);
9393
delete captures;
9494
};
95-
bool result = FlutterDesktopMessengerSendWithReply(
95+
96+
FlutterDesktopMessengerSendWithReply(
9697
messenger_, channel.c_str(), message, message_size, message_reply,
9798
captures, [](void* captures_data) {
9899
auto captures = reinterpret_cast<Captures*>(captures_data);

0 commit comments

Comments
 (0)