Skip to content

Commit 1f21126

Browse files
committed
A specialized comment handler is not needed as prettier was always taking care of this
1 parent 8b102ab commit 1f21126

2 files changed

Lines changed: 0 additions & 66 deletions

File tree

src/slang-comments/handlers/handle-storage-layout-specifier-comments.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/slang-comments/handlers/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import handleModifierInvocationComments from './handle-modifier-invocation-comme
1010
import handleParametersDeclarationComments from './handle-parameters-declaration-comments.js';
1111
import handlePositionalArgumentsDeclarationComments from './handle-positional-arguments-declaration-comments.js';
1212
import handleSourceUnitMembersComments from './handle-source-unit-members-comments.js';
13-
import handleStorageLayoutSpecifierComments from './handle-storage-layout-specifier-comments.js';
1413
import handleStructDefinitionComments from './handle-struct-definition-comments.js';
1514
import handleWhileStatementComments from './handle-while-statement-comments.js';
1615
import 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

0 commit comments

Comments
 (0)