]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/aes_generic.c
fs/reiserfs/fix_node.c: remove set but not used variables
[linux.git] / crypto / aes_generic.c
index 71a5c190d3608ec1becf7473eedd189a26f77e4f..22e5867177f146aba33ab3dd712c640b6d222069 100644 (file)
@@ -61,8 +61,6 @@ static inline u8 byte(const u32 x, const unsigned n)
        return x >> (n << 3);
 }
 
-static const u32 rco_tab[10] = { 1, 2, 4, 8, 16, 32, 64, 128, 27, 54 };
-
 /* cacheline-aligned to facilitate prefetching into cache */
 __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = {
        {