Skip to content

Commit

Permalink
Removed not needed Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitozz committed May 10, 2024
1 parent acae242 commit 1305750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xmpp/sasl/scramsha1response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ QCA::SecureArray HMAC_SHA_1(const QCA::SecureArray &key, const QCA::SecureArray
SCRAMSHA1Response::SCRAMSHA1Response(const QByteArray &server_first_message, const QByteArray &password_in,
const QByteArray &client_first_message, const QString &salted_password_base64)
{
Q_UNUSED(rand);
QString pass_in = QString::fromUtf8(password_in);
QString pass_out;

Expand Down

0 comments on commit 1305750

Please sign in to comment.