[PATCH evtest 1/9] Drop an unnecessary ifdef

Peter Hutterer peter.hutterer at who-t.net
Wed Aug 21 20:46:46 PDT 2013


SYN_MT_REPORT is always defined (see top of evtest.c)

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 evtest.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/evtest.c b/evtest.c
index acca753..af8ff98 100644
--- a/evtest.c
+++ b/evtest.c
@@ -528,9 +528,7 @@ static const char * const sounds[SND_MAX + 1] = {
 static const char * const syns[3] = {
 	NAME_ELEMENT(SYN_REPORT),
 	NAME_ELEMENT(SYN_CONFIG),
-#ifdef SYN_MT_REPORT
 	NAME_ELEMENT(SYN_MT_REPORT)
-#endif
 };
 
 static const char * const switches[SW_MAX + 1] = {
-- 
1.8.2.1



More information about the Input-tools mailing list