changeset 210:dd27616bb3fe libavutil

unused variable
author michael
date Tue, 16 Jan 2007 16:24:43 +0000
parents 42e62ac3b2ba
children 3ef3f2ad70a4
files aes.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aes.c	Mon Jan 15 13:45:48 2007 +0000
+++ b/aes.c	Tue Jan 16 16:24:43 2007 +0000
@@ -89,7 +89,7 @@
 }
 
 static inline void crypt(AVAES *a, int s, uint8_t *sbox, uint32_t *multbl){
-    int t, r;
+    int r;
 
     for(r=a->rounds; r>1; r--){
         addkey(a->state, a->round_key[r]);