diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-12 17:49:29 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-12 17:49:29 +0100 |
commit | 23f8671e09a80bf722c3268e8d477b5ce5e3d76a (patch) | |
tree | f2c818189e2e04dd03619b7e05789c9367217801 | |
parent | 77842546903ef7296c863987f9a60e5f0ead14d1 (diff) |
dead
-rw-r--r-- | src/include/gnunet_protocols.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index d9821ffe8..e9b81a654 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1754,11 +1754,6 @@ extern "C" { #define GNUNET_MESSAGE_TYPE_SETU_P2P_ELEMENTS 566 /** - * Requests for the elements with the given hashes. - */ -#define GNUNET_MESSAGE_TYPE_SETU_P2P_ELEMENT_REQUESTS 567 - -/** * Set operation is done. */ #define GNUNET_MESSAGE_TYPE_SETU_P2P_DONE 568 @@ -1970,11 +1965,6 @@ extern "C" { #define GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS 584 /** - * Requests for the elements with the given hashes. - */ -#define GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENT_REQUESTS 585 - -/** * Set operation is done. */ #define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DONE 586 |