summaryrefslogtreecommitdiffstats
path: root/include/gdb/signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdb/signals.h')
-rw-r--r--include/gdb/signals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gdb/signals.h b/include/gdb/signals.h
index ce8c4ba16..22163446a 100644
--- a/include/gdb/signals.h
+++ b/include/gdb/signals.h
@@ -53,10 +53,7 @@ enum target_signal
{
#define SET(symbol, constant, name, string) \
symbol = constant,
-#define ANY(symbol, name, string) \
- symbol,
#include "gdb/signals.def"
-#undef ANY
#undef SET
};