Skip to content

src: remove duplicated code in `GenerateSingleExecutableBlob()`

The removed optional_code_cache variable is already declared with the same name in the line below. In my opinion, it was judged to be unnecessary redundant code and was removed.

https://github.com/nodejs/node/blob/32245275b50a455713ff753de6b1be494e077464/src/node_sea.cc#L489-L494

Merge request reports

Loading