From: Nikos Mavrogiannopoulos Date: Sat, 27 Aug 2011 18:28:45 +0000 (+0200) Subject: removed unused variable. X-Git-Tag: gnutls_3_0_2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851e3d472ec0b5305a9cceceb98e34edf2d3f257;p=thirdparty%2Fgnutls.git removed unused variable. --- diff --git a/lib/accelerated/intel/aes-x86.h b/lib/accelerated/intel/aes-x86.h index a4cac1dadf..2cbf07bcca 100644 --- a/lib/accelerated/intel/aes-x86.h +++ b/lib/accelerated/intel/aes-x86.h @@ -10,7 +10,6 @@ void register_x86_crypto (void); typedef struct { uint32_t rd_key[4 * (AES_MAXNR + 1)+AES_KEY_ALIGN_SIZE]; - int rounds; /* unused... */ } AES_KEY; void aesni_ecb_encrypt (const unsigned char *in, unsigned char *out,