mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
ftpd: Fix set but not used warning
This commit is contained in:
@@ -579,7 +579,6 @@ send_reply(FTPD_SessionInfo_t *info, int code, const char *text)
|
||||
static void
|
||||
set_socket_timeout(int s, int seconds)
|
||||
{
|
||||
int res = 0;
|
||||
struct timeval tv;
|
||||
int len = sizeof(tv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user