aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-27 14:56:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-27 14:56:46 +0000
commit575caa5551f7b2567fd2f7bba38073c917e504c8 (patch)
tree46c9d2152fe9b336fc3001d32a962d5ba6b88b58 /src/monkey
parent5788b0f3fe00bdbc14c450809787a1ca598eb58b (diff)
downloadgnunet-575caa5551f7b2567fd2f7bba38073c917e504c8.tar.gz
gnunet-575caa5551f7b2567fd2f7bba38073c917e504c8.zip
removing unused
Diffstat (limited to 'src/monkey')
-rw-r--r--src/monkey/mail_sender.c3
1 files changed, 1 insertions, 2 deletions
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 @@
16#if !defined (__GNUC__) || __GNUC__ < 2 16#if !defined (__GNUC__) || __GNUC__ < 2
17# define __attribute__(x) 17# define __attribute__(x)
18#endif 18#endif
19#define unused __attribute__((unused))
20 19
21 20
22int 21int
@@ -136,7 +135,7 @@ void event_cb (smtp_session_t session, int event_no, void *arg,...)
136/* Callback to prnt the recipient status */ 135/* Callback to prnt the recipient status */
137void 136void
138print_recipient_status (smtp_recipient_t recipient, 137print_recipient_status (smtp_recipient_t recipient,
139 const char *mailbox, void *arg unused) 138 const char *mailbox, void *arg)
140{ 139{
141 const smtp_status_t *status; 140 const smtp_status_t *status;
142 141