Skip to content
Snippets Groups Projects
Commit e2f3407c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove some unused variables.

parent 3971ef4d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1690 passed
...@@ -956,7 +956,6 @@ static int close_socket(SOCKET *sock) ...@@ -956,7 +956,6 @@ static int close_socket(SOCKET *sock)
int result; int result;
char ch; char ch;
time_t end = time(NULL) + startup->max_inactivity; time_t end = time(NULL) + startup->max_inactivity;
BOOL rd;
if(sock==NULL || *sock==INVALID_SOCKET) if(sock==NULL || *sock==INVALID_SOCKET)
return -1; return -1;
...@@ -4004,7 +4003,6 @@ static struct fastcgi_body * fastcgi_read_body(SOCKET sock) ...@@ -4004,7 +4003,6 @@ static struct fastcgi_body * fastcgi_read_body(SOCKET sock)
static int fastcgi_read_wait_timeout(void *arg) static int fastcgi_read_wait_timeout(void *arg)
{ {
int ret = 0; int ret = 0;
BOOL rd;
struct fastcgi_data *cd = (struct fastcgi_data *)arg; struct fastcgi_data *cd = (struct fastcgi_data *)arg;
struct fastcgi_body *body; struct fastcgi_body *body;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment