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 env_ field from env.h #25784

Closed
wants to merge 1 commit into from

Commits on Jan 29, 2019

  1. src: removed unused env_ field from env.h

    Currently the following compiler warnings is generated:
    In file included from ../src/env-inl.h:28:
    ../src/env.h:521:18:
    warning: private field 'env_' is not used [-Wunused-private-field]
        Environment* env_;
                     ^
    1 warning generated.
    
    This commit removes this unused field.
    danbev committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    f08b251 View commit details
    Browse the repository at this point in the history