Skip to content

Commit 75b0b54

Browse files
authored
Remove __inline library decorator. (#23605)
Looks like this was removed in #12673
1 parent cf7f6b3 commit 75b0b54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utility.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export function mergeInto(obj, other, options = null) {
172172
__sig: 'string',
173173
__proxy: 'string',
174174
__asm: 'boolean',
175-
__inline: 'boolean',
176175
__postset: ['string', 'function'],
177176
__docs: 'string',
178177
__nothrow: 'boolean',
@@ -204,7 +203,6 @@ export function isDecorator(ident) {
204203
'__sig',
205204
'__proxy',
206205
'__asm',
207-
'__inline',
208206
'__deps',
209207
'__postset',
210208
'__docs',

0 commit comments

Comments
 (0)