From: Christian Grothoff Date: Wed, 27 Oct 2010 14:56:46 +0000 (+0000) Subject: removing unused X-Git-Tag: initial-import-from-subversion-38251~19915 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=575caa5551f7b2567fd2f7bba38073c917e504c8;p=oweals%2Fgnunet.git removing unused --- diff --git a/src/monkey/mail_sender.c b/src/monkey/mail_sender.c index 82688260a..6279ad984 100644 --- a/src/monkey/mail_sender.c +++ b/src/monkey/mail_sender.c @@ -16,7 +16,6 @@ #if !defined (__GNUC__) || __GNUC__ < 2 # define __attribute__(x) #endif -#define unused __attribute__((unused)) int @@ -136,7 +135,7 @@ void event_cb (smtp_session_t session, int event_no, void *arg,...) /* Callback to prnt the recipient status */ void print_recipient_status (smtp_recipient_t recipient, - const char *mailbox, void *arg unused) + const char *mailbox, void *arg) { const smtp_status_t *status;