From 8e7f9c2939eaac24d8bd007437eaa45e81835f93 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Mar 2015 22:33:28 +0100 Subject: misc minor indentation, logging, comment fixes --- src/mint/taler-mint-keycheck.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mint/taler-mint-keycheck.c') diff --git a/src/mint/taler-mint-keycheck.c b/src/mint/taler-mint-keycheck.c index 65d5f2062..cb46c14e7 100644 --- a/src/mint/taler-mint-keycheck.c +++ b/src/mint/taler-mint-keycheck.c @@ -52,15 +52,12 @@ signkeys_iter (void *cls, const char *filename, const struct TALER_MINT_SignKeyIssuePriv *ski) { - struct GNUNET_TIME_Absolute start; - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Iterating over key `%s' for start time %s\n", filename, GNUNET_STRINGS_absolute_time_to_string (GNUNET_TIME_absolute_ntoh (ski->issue.start))); - start = GNUNET_TIME_absolute_ntoh (ski->issue.start); if (ntohl (ski->issue.purpose.size) != (sizeof (struct TALER_MINT_SignKeyIssue) - offsetof (struct TALER_MINT_SignKeyIssue, purpose))) @@ -119,10 +116,8 @@ denomkeys_iter (void *cls, const char *alias, const struct TALER_MINT_DenomKeyIssuePriv *dki) { - struct GNUNET_TIME_Absolute start; struct GNUNET_HashCode hc; - start = GNUNET_TIME_absolute_ntoh (dki->issue.start); if (ntohl (dki->issue.purpose.size) != sizeof (struct TALER_MINT_DenomKeyIssue)) { -- cgit v1.2.3