From 3f7a070397ead88d3472a81264439ffed350ef9c Mon Sep 17 00:00:00 2001 From: Georgii Surkov Date: Tue, 12 Mar 2024 16:18:48 +0300 Subject: [PATCH] FL-3767: remove TODO, no changes necessary --- applications/services/rpc/rpc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/services/rpc/rpc.c b/applications/services/rpc/rpc.c index 53b139dd4..1594da0b1 100644 --- a/applications/services/rpc/rpc.c +++ b/applications/services/rpc/rpc.c @@ -190,8 +190,6 @@ bool rpc_pb_stream_read(pb_istream_t* istream, pb_byte_t* buf, size_t count) { furi_assert(session); furi_assert(istream->bytes_left); - /* TODO FL-3768 this function may be called after - marking the worker for termination */ if(session->terminate) { return false; }