summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-25 14:41:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-25 14:41:07 -0700
commit6a3adf875fd2d70ee0b231212c800df030d1a8f1 (patch)
treee0ff1954b99d0f2af124fc6295e854455731a22e
parentac3a491ad7cebd2df90e9d934ad858fc1bc38cf3 (diff)
Remove unused macro lowbit()
Flagged by clang: xkbevd.c:32:9: warning: macro is not used [-Wunused-macros] ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xkbevd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xkbevd.c b/xkbevd.c
index 213bb38..8234dc6 100644
--- a/xkbevd.c
+++ b/xkbevd.c
@@ -28,9 +28,6 @@
#include <stdlib.h>
#include "xkbevd.h"
-
-#define lowbit(x) ((x) & (-(x)))
-
/***====================================================================***/
#ifndef DFLT_XKBEVD_CONFIG