From c3b244a07c3920e97cac21d5dda29c21384cb20f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 24 Aug 2009 20:08:35 +0200 Subject: [PATCH 15/17] Remove dead store in gnutls_x509_crt_list_import(). --- lib/x509/x509.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/x509/x509.c b/lib/x509/x509.c index e1746a4..2fa3c6b 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -2894,7 +2894,6 @@ gnutls_x509_crt_list_import (gnutls_x509_crt_t * certs, gnutls_assert (); return GNUTLS_E_BASE64_DECODING_ERROR; } - size = data->size - (ptr - (char *) data->data); count = 0; -- 1.6.4.1