Remove stale comment

PiperOrigin-RevId: 566559462
Change-Id: Iafc1e05ff4a958480c14b69b4139b370cdc63149
pull/171/head
Wiktor Garbacz 2023-09-19 02:04:07 -07:00 committed by Copybara-Service
parent 37b3a51ca6
commit d26262d82e
1 changed files with 1 additions and 2 deletions

View File

@ -249,8 +249,7 @@ class Comms {
bool Send(const void* data, size_t len);
bool Recv(void* data, size_t len);
// Receives tag and length. Assumes that the `tlv_transmission_mutex_` mutex
// is locked.
// Receives tag and length.
bool RecvTL(uint32_t* tag, size_t* length);
// T has to be a ContiguousContainer