Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- gdbhelpers | 3 --- show-parse.c | 1 - symbol.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/gdbhelpers b/gdbhelpers index 86347863a..87ab5b8e9 100644 --- a/gdbhelpers +++ b/gdbhelpers @@ -128,9 +128,6 @@ define gdb_show_ctype if ($arg0->modifiers & MOD_LONGLONGLONG) printf "MOD_LONGLONGLONG " end - if ($arg0->modifiers & MOD_TYPEDEF) - printf "MOD_TYPEDEF " - end if ($arg0->modifiers & MOD_INLINE) printf "MOD_INLINE " end diff --git a/show-parse.c b/show-parse.c index d365d737f..2adeae961 100644 --- a/show-parse.c +++ b/show-parse.c @@ -132,7 +132,6 @@ const char *modifier_string(unsigned long mod) {MOD_LONG, "[long]"}, {MOD_LONGLONG, "[long long]"}, {MOD_LONGLONGLONG, "[long long long]"}, - {MOD_TYPEDEF, "[typedef]"}, {MOD_TLS, "[tls]"}, {MOD_INLINE, "inline"}, {MOD_ADDRESSABLE, "[addressable]"}, diff --git a/symbol.h b/symbol.h index 36f8345b5..b8b81fdeb 100644 --- a/symbol.h +++ b/symbol.h @@ -216,8 +216,6 @@ struct symbol { #define MOD_LONGLONGLONG 0x1000 #define MOD_PURE 0x2000 -#define MOD_TYPEDEF 0x10000 - #define MOD_TLS 0x20000 #define MOD_INLINE 0x40000 #define MOD_ADDRESSABLE 0x80000 -- 2.12.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html