mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24: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()
|
void ssl_readyRead()
|
||||||
{
|
{
|
||||||
QByteArray a = ssl->read();
|
ssl->read();
|
||||||
QByteArray b =
|
QByteArray b =
|
||||||
"<html>\n"
|
"<html>\n"
|
||||||
"<head><title>Test</title></head>\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'
|
// 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 GpgAction::nextArg(QString str, QString *rest)
|
||||||
{
|
{
|
||||||
QString out;
|
|
||||||
int n = str.indexOf(' ');
|
int n = str.indexOf(' ');
|
||||||
if(n == -1)
|
if(n == -1)
|
||||||
{
|
{
|
||||||
|
@ -6696,7 +6696,6 @@ public:
|
|||||||
BIO_free(bi);
|
BIO_free(bi);
|
||||||
sk_X509_pop_free(other_certs, X509_free);
|
sk_X509_pop_free(other_certs, X509_free);
|
||||||
|
|
||||||
QString env;
|
|
||||||
if(p7)
|
if(p7)
|
||||||
{
|
{
|
||||||
// FIXME: format
|
// FIXME: format
|
||||||
|
@ -1794,7 +1794,6 @@ pkcs11KeyStoreListContext::entryList (int id) {
|
|||||||
pkcs11h_certificate_id_list_t current = NULL;
|
pkcs11h_certificate_id_list_t current = NULL;
|
||||||
QList<Certificate> listCerts;
|
QList<Certificate> listCerts;
|
||||||
QList<Certificate> listIssuers;
|
QList<Certificate> listIssuers;
|
||||||
QList<pkcs11h_certificate_id_list_t> listIds;
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user