diff --git a/scripts/build/gen_isr_tables.py b/scripts/build/gen_isr_tables.py index 074442ac41e..eef21d32718 100755 --- a/scripts/build/gen_isr_tables.py +++ b/scripts/build/gen_isr_tables.py @@ -315,8 +315,6 @@ def main(): intlist_data = read_intList_sect(kernel, config.get_intlist_snames()) if config.check_sym("CONFIG_ISR_TABLES_LOCAL_DECLARATION"): - sys.stdout.write( - "Warning: The EXPERIMENTAL ISR_TABLES_LOCAL_DECLARATION feature selected\n") parser_module = importlib.import_module('gen_isr_tables_parser_local') parser = parser_module.gen_isr_parser(intlist_data, config, log) else: