Skip to content

Cleanup: Remove unused using decls #7990

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

hokein
Copy link
Contributor

@hokein hokein commented Aug 6, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • compilation on macOS, Linux passes.
Affected core subsystem(s)

No functional change. Just code cleanup.

Description of change

Remove unused using decls.

These decls are found automatically by misc-unused-using-decls check in clang-tidy.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol labels Aug 6, 2016
@jasnell
Copy link
Member

jasnell commented Aug 6, 2016

LGTM

@mscdex mscdex removed the inspector Issues and PRs related to the V8 inspector protocol label Aug 6, 2016
@mscdex
Copy link
Contributor

mscdex commented Aug 6, 2016

@mscdex
Copy link
Contributor

mscdex commented Aug 6, 2016

LGTM

3 similar comments
@JungMinu
Copy link
Member

JungMinu commented Aug 6, 2016

LGTM

@cjihrig
Copy link
Contributor

cjihrig commented Aug 6, 2016

LGTM

@yorkie
Copy link
Contributor

yorkie commented Aug 6, 2016

LGTM

@jasnell
Copy link
Member

jasnell commented Aug 8, 2016

New CI since there was a build bot failure in the last run... seemingly unrelated but just in case: https://ci.nodejs.org/job/node-test-pull-request/3570/

jasnell pushed a commit that referenced this pull request Aug 8, 2016
PR-URL: #7990
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
@jasnell
Copy link
Member

jasnell commented Aug 8, 2016

Landed in 43ef580...

and it looks like this is your first commit landed in core @hokein! Welcome! and thank you very much!

@jasnell jasnell closed this Aug 8, 2016
@hokein
Copy link
Contributor Author

hokein commented Aug 8, 2016

🎉 Thanks, all guys!

@cjihrig cjihrig mentioned this pull request Aug 8, 2016
cjihrig pushed a commit that referenced this pull request Aug 10, 2016
PR-URL: #7990
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
@cjihrig cjihrig mentioned this pull request Aug 11, 2016
@MylesBorins
Copy link
Contributor

I'm going to not land this on v4.x. @hokein please feel free to manually backport

# for free to join this conversation on GitHub. Already have an account? # 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.

8 participants