diff options
author | Dmitry Torokhov <[email protected]> | 2022-01-17 18:03:39 -0800 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2022-01-17 18:03:39 -0800 |
commit | 87a0b2fafc09766d8c55461a18345a1cfb10a7fe (patch) | |
tree | f2ecd87b34a4709e49b51470056f6b6e528fefca /scripts/gcc-plugins/structleak_plugin.c | |
parent | b6e43dddaea3dbfa93327f986beb3ec5e8157c4c (diff) | |
parent | df0cc57e057f18e44dac8e6c18aba47ab53202f9 (diff) |
Merge tag 'v5.16' into next
Sync up with mainline to bring in the latest API changes.
Diffstat (limited to 'scripts/gcc-plugins/structleak_plugin.c')
-rw-r--r-- | scripts/gcc-plugins/structleak_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/gcc-plugins/structleak_plugin.c b/scripts/gcc-plugins/structleak_plugin.c index d7190e443a14..74e319288389 100644 --- a/scripts/gcc-plugins/structleak_plugin.c +++ b/scripts/gcc-plugins/structleak_plugin.c @@ -103,10 +103,8 @@ static void finish_type(void *event_data, void *data) if (type == NULL_TREE || type == error_mark_node) return; -#if BUILDING_GCC_VERSION >= 5000 if (TREE_CODE(type) == ENUMERAL_TYPE) return; -#endif if (TYPE_USERSPACE(type)) return; |