Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566559462
Change-Id: Iafc1e05ff4a958480c14b69b4139b370cdc63149
  • Loading branch information
happyCoder92 authored and copybara-github committed Sep 19, 2023
1 parent 37b3a51 commit d26262d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sandboxed_api/sandbox2/comms.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d26262d

Please sign in to comment.