gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-15-gc2f2ca5


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-15-gc2f2ca5
Date: Thu, 22 Sep 2011 17:05:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=c2f2ca52c85479ae146e7eddf226656922167790

The branch, master has been updated
       via  c2f2ca52c85479ae146e7eddf226656922167790 (commit)
      from  f3abb3c8e37dfdb0881c23499abf4fe3aa779e14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2f2ca52c85479ae146e7eddf226656922167790
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Sep 22 19:02:30 2011 +0200

    removed uneeded vars

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_compress.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/gnutls_compress.c b/lib/gnutls_compress.c
index e7a5114..d682511 100644
--- a/lib/gnutls_compress.c
+++ b/lib/gnutls_compress.c
@@ -364,7 +364,6 @@ _gnutls_compress (comp_hd_t handle, const opaque * plain,
 #ifdef HAVE_LIBZ
     case GNUTLS_COMP_DEFLATE:
       {
-        uLongf size;
         z_stream *zhandle;
         int err;
 
@@ -426,7 +425,6 @@ _gnutls_decompress (comp_hd_t handle, opaque * compressed,
 #ifdef HAVE_LIBZ
     case GNUTLS_COMP_DEFLATE:
       {
-        uLongf out_size;
         z_stream *zhandle;
         int err;
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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