Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove unused contextify_global_private_symbol #45128

Merged

Commits on Oct 22, 2022

  1. src: remove unused contextify_global_private_symbol

    `contextify_global_private_symbol` is no longer used. It was used
    to hold a new context's global object, but the approach has been
    changed to hold a ContextifyContext wrapper using
    `contextify_context_private_symbol`.
    
    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Oct 22, 2022
    Copy the full SHA
    e13685d View commit details
    Browse the repository at this point in the history