Skip to content
Snippets Groups Projects
Commit 2eb1003e authored by Niels Möller's avatar Niels Möller
Browse files

Deleted definition of UNUSED, it's

now in config.h.

Rev: src/nettle/testsuite/dsa-keygen-test.c:1.2
parent 702adc77
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,6 @@
#include "knuth-lfib.h"
#if __GNUC__
# define UNUSED __attribute__ ((__unused__))
#else
# define UNUSED
#endif
static void
progress(void *ctx UNUSED, int c)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment