Skip to content

Commit

Permalink
script: gen_isr_tables: remove unnecessary warning log
Browse files Browse the repository at this point in the history
Remove a message that had a typo in it but, more importantly that was
not needed.
The CONFIG_ISR_TABLES_LOCAL_DECLARATION already selects EXPERIMENTAL so
a user is properly alerted about the consequences just like any other
EXPERIMENTAL features if they enable WARN_EXPERIMENTAL.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben authored and fabiobaltieri committed Feb 26, 2024
1 parent a35bb66 commit 9d1df13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build/gen_isr_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d1df13

Please sign in to comment.