mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
Remove unused local variable: newfd
This commit is contained in:
@@ -789,7 +789,6 @@ int __mg_handle_request (int clifd, int req_id, int cli)
|
||||
struct iovec iov[2];
|
||||
struct msghdr msg;
|
||||
struct cmsghdr *cmsg = NULL;
|
||||
int newfd = -1;
|
||||
|
||||
iov[0].iov_base = buff;
|
||||
iov[0].iov_len = req_data_len;
|
||||
|
||||
Reference in New Issue
Block a user