diff options
| author | redfish <redfish@galactica.pw> | 2016-05-18 00:54:33 -0400 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2016-05-18 01:02:07 -0400 |
| commit | 1a7772fbae04fbc5ca6592c079f8ddf146e8cd22 (patch) | |
| tree | 2b2eb5e122aeec05f44638809783326fee418cf3 /src/crypto/oaes_lib.c | |
| parent | 6462a3a6db8452523b8c07d8394fbc5dc86f7295 (diff) | |
| download | monzero-core-1a7772fbae04fbc5ca6592c079f8ddf146e8cd22.tar.gz monzero-core-1a7772fbae04fbc5ca6592c079f8ddf146e8cd22.tar.xz monzero-core-1a7772fbae04fbc5ca6592c079f8ddf146e8cd22.zip | |
crypto: oaes_lib: remove unused _NR array
Diffstat (limited to 'src/crypto/oaes_lib.c')
| -rw-r--r-- | src/crypto/oaes_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/oaes_lib.c b/src/crypto/oaes_lib.c index 7fbe96e4c..4c1446898 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 <stddef.h> #include <time.h> #include <string.h> |
