mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 11:34:32 +00:00
remove unused variables
This commit is contained in:
parent
d298a11af7
commit
f9fc3f356f
@ -197,7 +197,7 @@ private Q_SLOTS:
|
||||
|
||||
void ssl_readyRead()
|
||||
{
|
||||
QByteArray a = ssl->read();
|
||||
ssl->read();
|
||||
QByteArray b =
|
||||
"<html>\n"
|
||||
"<head><title>Test</title></head>\n"
|
||||
|
@ -605,7 +605,6 @@ void GpgAction::submitCommand(const QByteArray &a)
|
||||
// since str is taken as a value, it is ok to use the same variable for 'rest'
|
||||
QString GpgAction::nextArg(QString str, QString *rest)
|
||||
{
|
||||
QString out;
|
||||
int n = str.indexOf(' ');
|
||||
if(n == -1)
|
||||
{
|
||||
|
@ -6696,7 +6696,6 @@ public:
|
||||
BIO_free(bi);
|
||||
sk_X509_pop_free(other_certs, X509_free);
|
||||
|
||||
QString env;
|
||||
if(p7)
|
||||
{
|
||||
// FIXME: format
|
||||
|
@ -1794,7 +1794,6 @@ pkcs11KeyStoreListContext::entryList (int id) {
|
||||
pkcs11h_certificate_id_list_t current = NULL;
|
||||
QList<Certificate> listCerts;
|
||||
QList<Certificate> listIssuers;
|
||||
QList<pkcs11h_certificate_id_list_t> listIds;
|
||||
int i = 0;
|
||||
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user