Skip to content

Commit 908fe85

Browse files
committed
Remove stale comment for MJIT
1 parent 38cf09f commit 908fe85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32/win32.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,6 @@ rb_w32_wstr_to_mbstr(UINT cp, const WCHAR *wstr, int clen, long *plen)
21792179
WCHAR *
21802180
rb_w32_mbstr_to_wstr(UINT cp, const char *str, int clen, long *plen)
21812181
{
2182-
/* This is used by RJIT worker. Do not trigger GC or call Ruby method here. */
21832182
WCHAR *ptr;
21842183
int len = MultiByteToWideChar(cp, 0, str, clen, NULL, 0);
21852184
if (!(ptr = malloc(sizeof(WCHAR) * len))) return 0;

0 commit comments

Comments
 (0)