summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 19:06:49 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 19:06:49 -0800
commit1c18ce20a45f5cf66ace8d0ade1fa76c032c0f9f (patch)
tree53e90f8f2e567ce925601908b51f81efb3e058c8
parent4b3f2f1b71188344fe2e313de6a53a702ab37bb1 (diff)
Remove unused streq() macro
LED.c:37:9: warning: macro is not used [-Wunused-macros] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--LED.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/LED.c b/LED.c
index 3da5dd1..baedb4d 100644
--- a/LED.c
+++ b/LED.c
@@ -31,11 +31,8 @@
#include "LEDP.h"
#include <stdio.h>
#include <ctype.h>
-/* needed for abs() */
#include <stdlib.h>
-#define streq(a,b) (strcmp( (a), (b) ) == 0)
-
#ifdef CRAY
#define WORD64
#endif