-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
net: remove unused var self = this
from old code
#5224
Conversation
LGTM |
This is proposed in #5231 as well |
Hey, I can't see the CI results. Assuming it passed - anything preventing a merge? |
Windows has a compilation failure. Weird cc @nodejs/ci |
cc @joaocgreis could it be an environment issue on that machine? See http://www.lenholgate.com/blog/2015/07/the-real-solution-to-error-msb4175-the-task-factory-codetaskfactory-could-not-be-loaded-from-the-ass.html |
I'm in favor of #5231 over this PR (sorry), as it tackles more issues which are all good to have. Best not to create a potential merge conflict and just go with that imho. |
@ronkorving I have no commitment to this code - it is merely a small contribution. To be honest - I'm not sure why it hasn't been merged yet. It doesn't conflict with that one or anything. |
Ah yeah, if they're equal, no point in letting it linger. Same at this point may be said for that other PR. Wish I could merge :) |
Removed an unused `var self = this` that is no longer required. PR-URL: nodejs#5224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Landed in e6bfe04 |
Removed an unused `var self = this` that is no longer required. PR-URL: #5224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Removed an unused `var self = this` that is no longer required. PR-URL: #5224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@jasnell lts? |
+1 |
Removed an unused `var self = this` that is no longer required. PR-URL: #5224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Removed an unused `var self = this` that is no longer required. PR-URL: #5224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This method has an unused
var self = this
.Unless I'm missing something obvious here it's redundant.