Przeglądaj źródła

crypto: remove shadowed 'ret' variable

Both instances of 'ret' are used to store a gnutls API return code.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20230922160644.438631-2-berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Daniel P. Berrangé 1 rok temu
rodzic
commit
3cc9fe177f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      crypto/tls-cipher-suites.c

+ 0 - 1
crypto/tls-cipher-suites.c

@@ -52,7 +52,6 @@ GByteArray *qcrypto_tls_cipher_suites_get_data(QCryptoTLSCipherSuites *obj,
     byte_array = g_byte_array_new();
     byte_array = g_byte_array_new();
 
 
     for (i = 0;; i++) {
     for (i = 0;; i++) {
-        int ret;
         unsigned idx;
         unsigned idx;
         const char *name;
         const char *name;
         IANA_TLS_CIPHER cipher;
         IANA_TLS_CIPHER cipher;