Skip to content

Commit 294015c

Browse files
committed
[MERGE #5593 @sigatrev] Remove duplicate bytecode generation
Merge pull request #5593 from sigatrev:redundant This got added by two different branches resulting in a duplicate. Fixes #5591
2 parents 4066031 + 617c584 commit 294015c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

RegenAllByteCodeNoBuild.cmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@ setlocal
3232
call GenByteCode.cmd
3333
call GenByteCode.cmd -nojit
3434
popd
35-
36-
pushd %_reporoot%\lib\Runtime\Library\JsBuiltIn
37-
call GenByteCode.cmd
38-
call GenByteCode.cmd -nojit
39-
popd
4035
endlocal

0 commit comments

Comments
 (0)