diff options
Diffstat (limited to 'common/miscellaneous.c')
-rw-r--r-- | common/miscellaneous.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/miscellaneous.c b/common/miscellaneous.c index 1c88068f1..396f7224f 100644 --- a/common/miscellaneous.c +++ b/common/miscellaneous.c @@ -26,7 +26,6 @@ #include "iobuf.h" #include "i18n.h" - /* Used by libgcrypt for logging. */ static void my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr) @@ -97,7 +96,6 @@ setup_libgcrypt_logging (void) } - /* Decide whether the filename is stdout or a real filename and return * an appropriate string. */ const char * |