Clear unused variable warning

pull/739/head
Jeffrey Walton 2018-11-12 16:54:29 -05:00
parent cff351de11
commit b372f7d387
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ void ARIA::Base::UncheckedSetKey(const byte *key, unsigned int keylen, const Nam
m_rk.New(16*17); // round keys m_rk.New(16*17); // round keys
m_w.New(4*7); // w0, w1, w2, w3, t and u m_w.New(4*7); // w0, w1, w2, w3, t and u
const byte *mk = key;
byte *rk = m_rk.data(); byte *rk = m_rk.data();
int Q, q, R, r; int Q, q, R, r;