Skip to content

Commit

Permalink
remove __acquires, __releases, __acquire, __release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Reshetnikov committed Sep 9, 2024
1 parent 28b3ae7 commit 88ac428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
6 changes: 1 addition & 5 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = grammar({
translation_unit: $ => repeat($._top_level_item),

_linux_kernel_annotations: $ => token(choice(
'__init',
'__init',
'__exit',
'__initdata',
'__exitdata',
Expand Down Expand Up @@ -117,10 +117,6 @@ module.exports = grammar({
'__kernel',
'__force',
'__iomem',
'__acquires',
'__releases',
'__acquire',
'__release',
'__rcu',
'__percpu',
'__init_once'
Expand Down
16 changes: 0 additions & 16 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88ac428

Please sign in to comment.