File tree Expand file tree Collapse file tree
src/slang-comments/handlers Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import handleModifierInvocationComments from './handle-modifier-invocation-comme
1010import handleParametersDeclarationComments from './handle-parameters-declaration-comments.js' ;
1111import handlePositionalArgumentsDeclarationComments from './handle-positional-arguments-declaration-comments.js' ;
1212import handleSourceUnitMembersComments from './handle-source-unit-members-comments.js' ;
13- import handleStorageLayoutSpecifierComments from './handle-storage-layout-specifier-comments.js' ;
1413import handleStructDefinitionComments from './handle-struct-definition-comments.js' ;
1514import handleWhileStatementComments from './handle-while-statement-comments.js' ;
1615import handleYulBlockComments from './handle-yul-block-comments.js' ;
@@ -28,7 +27,6 @@ export default [
2827 handleParametersDeclarationComments ,
2928 handlePositionalArgumentsDeclarationComments ,
3029 handleSourceUnitMembersComments ,
31- handleStorageLayoutSpecifierComments ,
3230 handleStructDefinitionComments ,
3331 handleWhileStatementComments ,
3432 handleYulBlockComments
You can’t perform that action at this time.
0 commit comments