mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove stale comment
PiperOrigin-RevId: 566559462 Change-Id: Iafc1e05ff4a958480c14b69b4139b370cdc63149
This commit is contained in:
parent
37b3a51ca6
commit
d26262d82e
|
@ -249,8 +249,7 @@ class Comms {
|
||||||
bool Send(const void* data, size_t len);
|
bool Send(const void* data, size_t len);
|
||||||
bool Recv(void* data, size_t len);
|
bool Recv(void* data, size_t len);
|
||||||
|
|
||||||
// Receives tag and length. Assumes that the `tlv_transmission_mutex_` mutex
|
// Receives tag and length.
|
||||||
// is locked.
|
|
||||||
bool RecvTL(uint32_t* tag, size_t* length);
|
bool RecvTL(uint32_t* tag, size_t* length);
|
||||||
|
|
||||||
// T has to be a ContiguousContainer
|
// T has to be a ContiguousContainer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user