projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5788b0f
)
removing unused
author
Christian Grothoff
<christian@grothoff.org>
Wed, 27 Oct 2010 14:56:46 +0000
(14:56 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 27 Oct 2010 14:56:46 +0000
(14:56 +0000)
src/monkey/mail_sender.c
patch
|
blob
|
history
diff --git
a/src/monkey/mail_sender.c
b/src/monkey/mail_sender.c
index 82688260a50a6ebcd3a3a25fcaa37900979c8e38..6279ad984e1a12b7521f004b815853d38cd716ad 100644
(file)
--- 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;