mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 21:08:04 +02:00
platform/trivial: remove obsolete code comment
This commit is contained in:
parent
ecdcfda0dd
commit
4ea711e03e
1 changed files with 0 additions and 6 deletions
|
|
@ -3272,12 +3272,6 @@ event_seq_check (NMPlatform *platform, struct nl_msg *msg)
|
|||
_LOGt ("sequence-number: seq %u received (wait for %u)", hdr->nlmsg_seq, priv->nlh_seq_last);
|
||||
}
|
||||
|
||||
/* This function does all the magic to avoid race conditions caused
|
||||
* by concurrent usage of synchronous commands and an asynchronous cache. This
|
||||
* might be a nice future addition to libnl but it requires to do all operations
|
||||
* through the cache manager. In this case, nm-linux-platform serves as the
|
||||
* cache manager instead of the one provided by libnl.
|
||||
*/
|
||||
static void
|
||||
event_valid_msg (NMPlatform *platform, struct nl_msg *msg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue