]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unreachable code warning
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 16 Jun 2011 18:09:43 +0000 (20:09 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 16 Jun 2011 18:09:43 +0000 (20:09 +0200)
lib/opencdk/keydb.c

index 5be3129c8a67e91ebc8b0b9aecf1eaaad4318336..6dabf933ccdf10799d3ca17edfe1434fe7e6c1e2 100644 (file)
@@ -408,8 +408,6 @@ cdk_keydb_new (cdk_keydb_hd_t * r_hd, int type, void *data, size_t count)
       gnutls_assert ();
       return CDK_Inv_Mode;
     }
-  gnutls_assert ();
-  return CDK_Inv_Mode;
 }