diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-02 08:49:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-02 08:49:08 +0200 |
commit | 7b17a893779cccd3836e83d325ee19e5b0f01534 (patch) | |
tree | d505f848839b907fd40355899605169a4e72f7c8 | |
parent | 1f1cff99abc8c5817ea6c453affe9d4e6684721e (diff) | |
download | gnutls-7b17a893779cccd3836e83d325ee19e5b0f01534.tar.gz |
set_lowat was removed as a macro.
-rw-r--r-- | lib/includes/gnutls/compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h index 918a40be02..6c8e3c11b7 100644 --- a/lib/includes/gnutls/compat.h +++ b/lib/includes/gnutls/compat.h @@ -49,9 +49,6 @@ extern "C" /* gnutls_connection_end_t was made redundant in 2.99.0 */ #define gnutls_connection_end_t unsigned int -/* no longer valid since 2.99.0 */ -#define gnutls_transport_set_lowat(session, num) - /* Stuff deprected in 2.x */ #define gnutls_cipher_algorithm gnutls_cipher_algorithm_t #define gnutls_kx_algorithm gnutls_kx_algorithm_t |