test_upgrade: disable now unused function

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-01-31 21:53:56 +01:00
parent fe17d1acca
commit bbcbbca7e4
+4
View File
@@ -566,6 +566,7 @@ wr_create_from_plain_sckt (MHD_socket plain_sk)
}
#if 0 /* Disabled code */
/**
* Check whether shutdown of connection was received from remote
* @param s socket to check
@@ -579,6 +580,9 @@ wr_is_eof_received (struct wr_socket *s)
}
#endif /* Disabled code */
enum wr_wait_for_type
{
WR_WAIT_FOR_RECV = 0,