diff options
Diffstat (limited to 'cipher/dynload.c')
-rw-r--r-- | cipher/dynload.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/dynload.c b/cipher/dynload.c index b4ed77177..318867796 100644 --- a/cipher/dynload.c +++ b/cipher/dynload.c @@ -335,7 +335,6 @@ enum_gnupgext_digests( void **enum_context, else ctx = *enum_context; - /* fixme: have a look at the hint string */ for( r = ctx->r; r; r = r->next ) { int class, vers; |