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 file variable. #15468

Closed
wants to merge 1 commit into from

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Sep 19, 2017

Currently the following compiler warning is displayed:

../src/module_wrap.cc:330:3: warning: unused variable 'file_check'
[-Wunused-variable]
} file_check;
  ^

This commit removes this unused variable.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

src

Currently the following compiler warning is displayed:
../src/module_wrap.cc:330:3: warning: unused variable 'file_check'
[-Wunused-variable]
} file_check;
  ^

This commit removes this unused variable.
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Sep 19, 2017
@lpinca
Copy link
Member

lpinca commented Sep 19, 2017

The same fix is also available in #15458.

@danbev
Copy link
Contributor Author

danbev commented Sep 19, 2017

The same fix is also available in #15458.

Thanks, was not aware of that one. I'll close this.

@danbev danbev closed this Sep 19, 2017
@danbev danbev deleted the module_wrap_unused_var branch November 16, 2017 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants