Remove unused local variable: newfd

This commit is contained in:
Vincent Wei
2020-01-06 16:55:50 +08:00
parent ca2e35df32
commit 447235b36a

View File

@@ -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;