Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions include/net/net_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ struct net_context {
*/
atomic_t refcount;

/** Internal lock for protecting this context from multiple access.
*/
struct k_mutex lock;

/** Local IP address. Note that the values are in network byte order.
*/
struct sockaddr_ptr local;
Expand Down
Loading