Skip to content

Commit e24249c

Browse files
anonrigRafaelGSS
authored andcommitted
fs: remove internalModuleReadJSON binding
PR-URL: #51224 Refs: 45e4f82912 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Matthew Aitken <[email protected]>
1 parent c7a1359 commit e24249c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎typings/internalBinding/fs.d.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export interface FsBinding{
260260
fsync: typeofInternalFSBinding.fsync;
261261
ftruncate: typeofInternalFSBinding.ftruncate;
262262
futimes: typeofInternalFSBinding.futimes;
263-
internalModuleReadJSON: typeofInternalFSBinding.internalModuleReadJSON;
264263
internalModuleStat: typeofInternalFSBinding.internalModuleStat;
265264
lchown: typeofInternalFSBinding.lchown;
266265
link: typeofInternalFSBinding.link;

0 commit comments

Comments
(0)