DescriptionRemove unused untrusted implementations of NaClSendDatagram() and others
In trusted code, NaClSendDatagram() and NaClReceiveDatagram() are part
of the internal layers of IMC, on top of which higher-level NaClDesc
passing is implemented. It does not make sense to have untrusted
implementations of these, and they are not used anyway. Their
presence was confusing to someone new to this code (see
https://groups.google.com/d/msg/native-client-discuss/5B5LFptZTyM/fI48VK4PDhUJ).
We can also remove some other unused definitions from this file.
BUG=none
TEST=build
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/b1a5d2159561eaffcc24151d0ac7cf39cf7d37ba
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (2 generated)
|