From 1a7772fbae04fbc5ca6592c079f8ddf146e8cd22 Mon Sep 17 00:00:00 2001 From: redfish Date: Wed, 18 May 2016 00:54:33 -0400 Subject: [PATCH] crypto: oaes_lib: remove unused _NR array --- src/crypto/oaes_lib.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index 7fbe96e4..4c144689 100644 --- a/src/crypto/oaes_lib.c +++ b/src/crypto/oaes_lib.c @@ -27,10 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. * --------------------------------------------------------------------------- */ -static const char _NR[] = { - 0x4e,0x61,0x62,0x69,0x6c,0x20,0x53,0x2e,0x20, - 0x41,0x6c,0x20,0x52,0x61,0x6d,0x6c,0x69,0x00 }; - #include #include #include