gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: test_upgrade: disable now unused


From: gnunet
Subject: [libmicrohttpd] branch master updated: test_upgrade: disable now unused function
Date: Wed, 31 Jan 2024 21:54:09 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new bbcbbca7 test_upgrade: disable now unused function
bbcbbca7 is described below

commit bbcbbca7e44ee25a4ac0c81289523d3df2904bcd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Jan 31 21:53:56 2024 +0100

    test_upgrade: disable now unused function
---
 src/microhttpd/test_upgrade.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index c1970989..6411adb3 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]