Skip to content

Commit 155fd69

Browse files
committed
Remove stale, commented code
1 parent 60554a9 commit 155fd69

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/php-wasm/universal/src/lib/os-user-space.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,6 @@ export function bindUserSpace(
153153
*/
154154
maybeLockedFds: new Set(),
155155

156-
// TODO: Move this comment whereever these values are passed to this binding function.
157-
// From:
158-
// https://github.com/emscripten-core/emscripten/blob/66d2137b0381ac35f7e2346b2d6a90abd0f1211a/system/lib/libc/musl/include/fcntl.h#L58-L60
159-
// F_RDLCK: 0,
160-
// F_WRLCK: 1,
161-
// F_UNLCK: 2,
162-
163156
lockStateToFcntl: {
164157
shared: F_RDLCK,
165158
exclusive: F_WRLCK,

0 commit comments

Comments
 (0)